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