|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An immutable represention of a Jif label case
statement
that handles a case of a Jif switch label
statement.
Method Summary | |
polyglot.ast.Stmt |
body()
|
LabelCase |
body(polyglot.ast.Stmt body)
|
polyglot.ast.Formal |
decl()
|
LabelCase |
decl(polyglot.ast.Formal decl)
|
boolean |
isDefault()
|
LabelNode |
label()
|
LabelCase |
label(LabelNode label)
|
Methods inherited from interface polyglot.ast.Term |
acceptCFG, entry |
Methods inherited from interface polyglot.ast.Node |
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge |
Methods inherited from interface polyglot.ast.JL |
init, node |
Methods inherited from interface polyglot.ast.NodeOps |
addDecls, addMembers, addMembersEnter, buildTypes, buildTypesEnter, disambiguate, disambiguateEnter, enterScope, exceptionCheck, exceptionCheckEnter, foldConstants, foldConstantsEnter, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren |
Methods inherited from interface polyglot.util.Copy |
copy |
Method Detail |
public LabelNode label()
public LabelCase label(LabelNode label)
public polyglot.ast.Formal decl()
public LabelCase decl(polyglot.ast.Formal decl)
public polyglot.ast.Stmt body()
public LabelCase body(polyglot.ast.Stmt body)
public boolean isDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |