|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An immutable representation of the Jif declassify statement.
Grammer: declassify(label_1, label_2) stmt
label_2, then declassify the pc label of stmt
to label_1.
| Method Summary | |
polyglot.ast.Stmt |
body()
|
DeclassifyStmt |
body(polyglot.ast.Stmt body)
|
LabelNode |
bound()
|
DeclassifyStmt |
bound(LabelNode bound)
|
LabelNode |
label()
|
DeclassifyStmt |
label(LabelNode label)
|
| Methods inherited from interface polyglot.ast.Term |
acceptCFG, entry, reachable, reachable |
| 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, 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 DeclassifyStmt label(LabelNode label)
public polyglot.ast.Stmt body()
public DeclassifyStmt body(polyglot.ast.Stmt body)
public LabelNode bound()
public DeclassifyStmt bound(LabelNode bound)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||