public class ExpressionVariable extends ExpressionPart
name| Constructor and Description |
|---|
ExpressionVariable() |
ExpressionVariable(String binding,
String factType) |
ExpressionVariable(String fieldName,
String fieldClassType,
String fieldGenericType) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor visitor) |
boolean |
equals(Object o) |
String |
getFactType() |
int |
hashCode() |
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toStringpublic ExpressionVariable()
public ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
public String getFactType()
public void accept(ExpressionVisitor visitor)
accept in interface ExpressionVisitableaccept in class ExpressionPartpublic boolean equals(Object o)
equals in class ExpressionPartpublic int hashCode()
hashCode in class ExpressionPartCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.