Class EnumConstantReferenceExpression
java.lang.Object
org.jd.core.v1.model.javasyntax.expression.AbstractLineNumberExpression
org.jd.core.v1.model.javasyntax.expression.EnumConstantReferenceExpression
- All Implemented Interfaces:
Iterable<Expression>, BaseExpression, Expression, Base<Expression>
-
Field Summary
FieldsFields inherited from class AbstractLineNumberExpression
lineNumberFields inherited from interface Expression
UNKNOWN_LINE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionEnumConstantReferenceExpression(int lineNumber, ObjectType type, String name) EnumConstantReferenceExpression(ObjectType type, String name) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionVisitor visitor) getName()getType()toString()Methods inherited from class AbstractLineNumberExpression
getLineNumber, getPriorityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
type
-
name
-
-
Constructor Details
-
EnumConstantReferenceExpression
-
EnumConstantReferenceExpression
-
-
Method Details
-
getType
-
getObjectType
-
getName
-
accept
-
toString
-