public class AmbParamTypeOrAccess_c extends polyglot.ast.Node_c implements AmbParamTypeOrAccess
AmbParamTypeOrAccess interface.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
expr |
protected polyglot.ast.Receiver |
prefix |
protected polyglot.types.Type |
type |
| Constructor and Description |
|---|
AmbParamTypeOrAccess_c(polyglot.util.Position pos,
polyglot.ast.Receiver prefix,
java.lang.Object expr) |
AmbParamTypeOrAccess_c(polyglot.util.Position pos,
polyglot.ast.Receiver prefix,
java.lang.Object expr,
polyglot.ast.Ext ext) |
| Modifier and Type | Method and Description |
|---|---|
polyglot.ast.Node |
disambiguate(polyglot.visit.AmbiguityRemover ar) |
java.lang.Object |
expr()
Gets the expr.
|
protected <N extends AmbParamTypeOrAccess_c> |
expr(N n,
java.lang.Object expr) |
boolean |
isDisambiguated() |
polyglot.ast.Receiver |
prefix()
Gets the prefix.
|
protected <N extends AmbParamTypeOrAccess_c> |
prefix(N n,
polyglot.ast.Receiver prefix) |
AmbParamTypeOrAccess |
prefix(polyglot.ast.Receiver prefix) |
protected <N extends AmbParamTypeOrAccess_c> |
reconstruct(N n,
polyglot.ast.Receiver prefix,
java.lang.Object expr) |
java.lang.String |
toString() |
polyglot.types.Type |
type() |
polyglot.ast.Node |
visitChildren(polyglot.visit.NodeVisitor v) |
addDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, copy, copyIfNeeded, del, del, disambiguateEnter, disambiguateOverride, dump, dump, dump, dump, dump, enterChildScope, enterScope, error, error, error, exceptionCheck, exceptionCheckEnter, ext, ext, ext, ext, extRewrite, extRewriteEnter, extRewriteOverride, isTypeChecked, lang, position, position, position, prettyPrint, prettyPrint, prettyPrint, prettyPrint, prettyPrint, print, printBlock, printSubStmt, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visit, visitChild, visitEdge, visitListclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdel, del, dump, error, error, ext, ext, ext, ext, isTypeChecked, position, position, visit, visitEdgeaddDecls, buildTypes, buildTypesEnter, checkConstants, childExpectedType, copy, copy, 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, visitListprotected polyglot.ast.Receiver prefix
protected java.lang.Object expr
protected polyglot.types.Type type
public AmbParamTypeOrAccess_c(polyglot.util.Position pos,
polyglot.ast.Receiver prefix,
java.lang.Object expr)
public AmbParamTypeOrAccess_c(polyglot.util.Position pos,
polyglot.ast.Receiver prefix,
java.lang.Object expr,
polyglot.ast.Ext ext)
public boolean isDisambiguated()
isDisambiguated in interface polyglot.ast.NodeisDisambiguated in class polyglot.ast.Node_cpublic polyglot.ast.Receiver prefix()
AmbParamTypeOrAccessprefix in interface AmbParamTypeOrAccesspublic AmbParamTypeOrAccess prefix(polyglot.ast.Receiver prefix)
protected <N extends AmbParamTypeOrAccess_c> N prefix(N n, polyglot.ast.Receiver prefix)
public java.lang.Object expr()
AmbParamTypeOrAccessexpr in interface AmbParamTypeOrAccessprotected <N extends AmbParamTypeOrAccess_c> N expr(N n, java.lang.Object expr)
public polyglot.types.Type type()
type in interface polyglot.ast.Typedprotected <N extends AmbParamTypeOrAccess_c> N reconstruct(N n, polyglot.ast.Receiver prefix, java.lang.Object expr)
public polyglot.ast.Node visitChildren(polyglot.visit.NodeVisitor v)
visitChildren in interface polyglot.ast.NodeOpsvisitChildren in class polyglot.ast.Node_cpublic java.lang.String toString()
toString in class polyglot.ast.Node_cpublic 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