Class ExpressionElementValue
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.reference.ExpressionElementValue
-
- All Implemented Interfaces:
java.lang.Iterable<ElementValue>
,BaseElementValue
,ElementValue
,Reference
,Base<ElementValue>
public class ExpressionElementValue extends java.lang.Object implements ElementValue
-
-
Field Summary
Fields Modifier and Type Field Description protected Expression
expression
-
Fields inherited from interface org.jd.core.v1.model.javasyntax.reference.ElementValue
EV_ANNOTATION_VALUE, EV_ARRAY_VALUE, EV_CLASS_INFO, EV_ENUM_CONST_VALUE, EV_PRIMITIVE_TYPE, EV_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description ExpressionElementValue(Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ReferenceVisitor visitor)
Expression
getExpression()
void
setExpression(Expression expression)
java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
expression
protected Expression expression
-
-
Constructor Detail
-
ExpressionElementValue
public ExpressionElementValue(Expression expression)
-
-
Method Detail
-
getExpression
public Expression getExpression()
-
setExpression
public void setExpression(Expression expression)
-
accept
public void accept(ReferenceVisitor visitor)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-