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, toString
public ExpressionVariable()
public ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
public String getFactType()
public void accept(ExpressionVisitor visitor)
accept
in interface ExpressionVisitable
accept
in class ExpressionPart
public boolean equals(Object o)
equals
in class ExpressionPart
public int hashCode()
hashCode
in class ExpressionPart
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.