polyglot.ext.pragma.ast
Interface PragmaNode

All Superinterfaces:
java.lang.Cloneable, Copy, JL, Node, NodeOps, Stmt, Term
All Known Implementing Classes:
PragmaNode_c

public interface PragmaNode
extends Stmt

An immutable representation of a Jif actsFor statement. Grammer: actsFor(actor, granter) statement [else statement]


Method Summary
 java.lang.String pragmaStr()
           
 
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, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, visitChildren
 
Methods inherited from interface polyglot.util.Copy
copy
 

Method Detail

pragmaStr

public java.lang.String pragmaStr()