|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpolyglot.ast.Node_c
jif.ast.PolicyNode_c
jif.ast.ReaderPolicyNode_c
public class ReaderPolicyNode_c
An implementation of the PolicyLabel interface.
| Field Summary | |
|---|---|
protected java.util.List |
principals
|
| Fields inherited from class jif.ast.PolicyNode_c |
|---|
owner, policy |
| Fields inherited from class polyglot.ast.Node_c |
|---|
del, error, ext, position |
| Constructor Summary | |
|---|---|
ReaderPolicyNode_c(polyglot.util.Position pos,
PrincipalNode owner,
java.util.List principals)
|
|
| Method Summary | |
|---|---|
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover ar)
|
void |
prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
|
java.util.List |
principals()
|
PolicyNode |
principals(java.util.List principals)
|
protected Policy |
producePolicy(JifTypeSystem ts,
Principal owner,
java.util.List principals)
|
protected ReaderPolicyNode_c |
reconstruct(PrincipalNode owner,
java.util.List principals)
|
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v)
|
| Methods inherited from class jif.ast.PolicyNode_c |
|---|
isDisambiguated, owner, owner, policy |
| 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, toString, translate, 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 polyglot.ast.Node |
|---|
childExpectedType, del, del, dump, error, error, ext, ext, ext, ext, 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 principals
| Constructor Detail |
|---|
public ReaderPolicyNode_c(polyglot.util.Position pos,
PrincipalNode owner,
java.util.List principals)
| Method Detail |
|---|
public java.util.List principals()
public PolicyNode principals(java.util.List principals)
protected Policy producePolicy(JifTypeSystem ts,
Principal owner,
java.util.List principals)
public polyglot.ast.Node disambiguate(polyglot.visit.AmbiguityRemover ar)
throws polyglot.types.SemanticException
disambiguate in interface polyglot.ast.NodeOpsdisambiguate in class polyglot.ast.Node_cpolyglot.types.SemanticException
protected ReaderPolicyNode_c reconstruct(PrincipalNode owner,
java.util.List principals)
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class polyglot.ast.Node_c
public void prettyPrint(polyglot.util.CodeWriter w,
polyglot.visit.PrettyPrinter tr)
prettyPrint in interface polyglot.ast.NodeOpsprettyPrint in class polyglot.ast.Node_c
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||