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) |
equals, getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, hashCode, 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–2018 JBoss by Red Hat. All rights reserved.