public interface CallerConstraintNode extends ConstraintNode<CallerConstraint>
Grammar: caller(principal_list)
Modifier and Type | Method and Description |
---|---|
java.util.List<PrincipalNode> |
principals()
Gets the list of principals who need to grant their
authorities to the caller.
|
CallerConstraintNode |
principals(java.util.List<PrincipalNode> principals)
Returns a copy of this node with the principal list updated.
|
constraints, constraints
del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, isTypeChecked, position, position, visit, visitEdge
addDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, extRewrite, extRewriteEnter, extRewriteOverride, lang, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visitChild, visitChildren, visitList
java.util.List<PrincipalNode> principals()
CallerConstraintNode principals(java.util.List<PrincipalNode> principals)