public class Var extends Expr
| Constructor and Description |
|---|
Var(ResolvedType variableType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IExprVisitor v) |
Var |
getAccessorForValue(ResolvedType formalType,
java.lang.String formalName)
For an annotation this will return a variable that can access a specific field of the annotation (of the specified type) TODO
what kind of behaviour happens for two annotation fields of the same type?
|
ResolvedType |
getType() |
java.lang.String |
toString() |
makeCallExprpublic static final Var[] NONE
public Var(ResolvedType variableType)
public ResolvedType getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic void accept(IExprVisitor v)
public Var getAccessorForValue(ResolvedType formalType, java.lang.String formalName)
formalType - formalName -