polyglot.ast
Interface AmbExpr
- All Superinterfaces:
- Ambiguous, java.lang.Cloneable, Copy, Expr, JL, Node, NodeOps, Prefix, Receiver, Term, Typed
- All Known Implementing Classes:
- AmbExpr_c
- public interface AmbExpr
- extends Expr, Ambiguous
An AmbExpr
is an ambiguous AST node composed of a single
identifier that must resolve to an expression.
Method Summary |
java.lang.String |
name()
Ambiguous name. |
AmbExpr |
name(java.lang.String name)
|
Methods inherited from interface polyglot.ast.Node |
childExpectedType, del, del, dump, ext, ext, ext, ext, position, position, visit, visitChild, visitEdge, visitList |
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 |
Methods inherited from interface polyglot.ast.Typed |
type |
name
public java.lang.String name()
- Ambiguous name.
name
public AmbExpr name(java.lang.String name)