jif.ast
Interface PolicyLabelNode

All Superinterfaces:
java.lang.Cloneable, polyglot.util.Copy, polyglot.ast.JL, LabelNode, polyglot.ast.Node, polyglot.ast.NodeOps, ParamNode
All Known Implementing Classes:
PolicyLabelNode_c

public interface PolicyLabelNode
extends LabelNode

A policy label node. A policy label is like owner: r1, r2,...rn.


Method Summary
 PrincipalNode owner()
           
 PolicyLabelNode owner(PrincipalNode owner)
           
 java.util.List readers()
           
 PolicyLabelNode readers(java.util.List readers)
           
 
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, 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

owner

public PrincipalNode owner()

owner

public PolicyLabelNode owner(PrincipalNode owner)

readers

public java.util.List readers()

readers

public PolicyLabelNode readers(java.util.List readers)