|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.ast.Node_c
jif.ast.LabelNode_c
jif.ast.AmbLabelNode_c
jif.ast.MeetLabelNode_c
public class MeetLabelNode_c
An implementation of the JoinLabel interface.
| Field Summary | |
|---|---|
protected java.util.List |
components
|
| Fields inherited from class polyglot.ast.Node_c |
|---|
del, error, ext, position |
| Constructor Summary | |
|---|---|
MeetLabelNode_c(polyglot.util.Position pos,
java.util.List components)
|
|
| Method Summary | |
|---|---|
java.util.List |
components()
Gets the list of join components, which are either label nodes or policy nodes. |
MeetLabelNode |
components(java.util.List components)
Returns a copy of this object with components updated. |
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover sc)
Disambiguate the type of this node. |
void |
prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
|
protected MeetLabelNode_c |
reconstruct(java.util.List components)
|
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v)
|
| Methods inherited from class jif.ast.AmbLabelNode_c |
|---|
isDisambiguated |
| Methods inherited from class jif.ast.LabelNode_c |
|---|
label, label, parameter, toString, translate |
| Methods inherited from class polyglot.ast.Node_c |
|---|
addDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, del, del, disambiguateEnter, disambiguateOverride, dump, dump, dump, enterChildScope, enterScope, error, error, exceptionCheck, exceptionCheckEnter, ext, ext, ext, ext, init, isTypeChecked, node, position, position, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface jif.ast.LabelNode |
|---|
label, label |
| Methods inherited from interface jif.ast.ParamNode |
|---|
parameter |
| Methods inherited from interface polyglot.ast.Node |
|---|
childExpectedType, del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitChild, visitEdge, visitList |
| Methods inherited from interface polyglot.ast.JL |
|---|
init, node |
| Methods inherited from interface polyglot.ast.NodeOps |
|---|
addDecls, buildTypes, buildTypesEnter, checkConstants, copy, copy, disambiguateEnter, disambiguateOverride, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride |
| Methods inherited from interface polyglot.util.Copy |
|---|
copy |
| Field Detail |
|---|
protected java.util.List components
| Constructor Detail |
|---|
public MeetLabelNode_c(polyglot.util.Position pos,
java.util.List components)
| Method Detail |
|---|
public java.util.List components()
MeetLabelNode
components in interface MeetLabelNodepublic MeetLabelNode components(java.util.List components)
MeetLabelNodecomponents updated.
components in interface MeetLabelNodeprotected MeetLabelNode_c reconstruct(java.util.List components)
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class polyglot.ast.Node_c
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover sc)
throws polyglot.types.SemanticException
AmbLabelNode_c
disambiguate in interface polyglot.ast.NodeOpsdisambiguate in class AmbLabelNode_cpolyglot.types.SemanticException
public void prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
prettyPrint in interface polyglot.ast.NodeOpsprettyPrint in class LabelNode_c
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||