jif.ast
Interface AmbParamTypeOrAccess

All Superinterfaces:
polyglot.ast.Ambiguous, java.lang.Cloneable, polyglot.util.Copy, polyglot.ast.JL, polyglot.ast.Node, polyglot.ast.NodeOps, polyglot.ast.Prefix, polyglot.ast.Receiver, polyglot.ast.Typed
All Known Implementing Classes:
AmbParamTypeOrAccess_c

public interface AmbParamTypeOrAccess
extends polyglot.ast.Receiver, polyglot.ast.Ambiguous

An ambiguous parameter type or array access. It has the form receiver[expr]. expr is either an Expr or a String


Method Summary
 java.lang.Object expr()
          Gets the expr.
 polyglot.ast.Receiver prefix()
          Gets the prefix.
 
Methods inherited from interface polyglot.ast.Node
childExpectedType, del, del, dump, error, error, ext, ext, ext, ext, isDisambiguated, 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, disambiguate, disambiguateEnter, disambiguateOverride, dump, dump, enterChildScope, enterScope, exceptionCheck, exceptionCheckEnter, prettyPrint, prettyPrint, prettyPrint, throwTypes, translate, typeCheck, typeCheckEnter, typeCheckOverride, visitChildren
 
Methods inherited from interface polyglot.util.Copy
copy
 
Methods inherited from interface polyglot.ast.Typed
type
 

Method Detail

prefix

polyglot.ast.Receiver prefix()
Gets the prefix.


expr

java.lang.Object expr()
Gets the expr.