Class ExpressionDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- All Implemented Interfaces:
ElemValueDef
- Direct Known Subclasses:
AssignmentDef,BinaryOperatorDef,CastDef,ConstantDef,CreatorDef,FieldRefDef,MethodInvocationDef,MethodReferenceDef,ParenExpressionDef,QueryDef,TypeRefDef,UnaryOperatorDef
public abstract class ExpressionDef extends java.lang.Object implements ElemValueDef
-
-
Constructor Summary
Constructors Constructor Description ExpressionDef()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.thoughtworks.qdox.parser.expression.ElemValueDef
transform
-
-