public class ExpressionVariable extends ExpressionPart
name
Constructor and Description |
---|
ExpressionVariable() |
ExpressionVariable(FactPattern fact) |
ExpressionVariable(String fieldName,
String fieldClassType,
String fieldGenericType) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor visitor) |
FactPattern |
getFact() |
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
public ExpressionVariable()
public ExpressionVariable(String fieldName, String fieldClassType, String fieldGenericType)
public ExpressionVariable(FactPattern fact)
public FactPattern getFact()
public void accept(ExpressionVisitor visitor)
accept
in interface ExpressionVisitable
accept
in class ExpressionPart
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.