Uses of Interface
com.thoughtworks.qdox.parser.expression.ElemValueDef
Packages that use ElemValueDef
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides classes which make it possible to resolve expression values
Provides simple models to be constructed by the parser.
-
Uses of ElemValueDef in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type ElemValueDef -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.expression
Classes in com.thoughtworks.qdox.parser.expression that implement ElemValueDefModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in com.thoughtworks.qdox.parser.expression that return ElemValueDefModifier and TypeMethodDescriptionAssignmentDef.getAssignmentExpression()
QueryDef.getCondition()
CastDef.getElemDef()
ParenExpressionDef.getElemValueDef()
UnaryOperatorDef.getElemValueDef()
QueryDef.getFalseExpression()
BinaryOperatorDef.getLeft()
AssignmentDef.getLetfHandSide()
BinaryOperatorDef.getRight()
QueryDef.getTrueExpression()
Methods in com.thoughtworks.qdox.parser.expression that return types with arguments of type ElemValueDefConstructors in com.thoughtworks.qdox.parser.expression with parameters of type ElemValueDefModifierConstructorDescriptionAddDef
(ElemValueDef lhs, ElemValueDef rhs) AndDef
(ElemValueDef lhs, ElemValueDef rhs) AssignmentDef
(ElemValueDef letfHandSide, String operator, ElemValueDef assignmentExpression) BinaryOperatorDef
(ElemValueDef lhs, ElemValueDef rhs) CastDef
(TypeDef type, ElemValueDef value) DivideDef
(ElemValueDef lhs, ElemValueDef rhs) EqualsDef
(ElemValueDef lhs, ElemValueDef rhs) ExclusiveOrDef
(ElemValueDef lhs, ElemValueDef rhs) GreaterEqualsDef
(ElemValueDef lhs, ElemValueDef rhs) GreaterThanDef
(ElemValueDef lhs, ElemValueDef rhs) LessEqualsDef
(ElemValueDef lhs, ElemValueDef rhs) LessThanDef
(ElemValueDef lhs, ElemValueDef rhs) LogicalAndDef
(ElemValueDef lhs, ElemValueDef rhs) LogicalNotDef
(ElemValueDef value) LogicalOrDef
(ElemValueDef lhs, ElemValueDef rhs) MinusSignDef
(ElemValueDef value) MultiplyDef
(ElemValueDef lhs, ElemValueDef rhs) NotDef
(ElemValueDef value) NotEqualsDef
(ElemValueDef lhs, ElemValueDef rhs) OrDef
(ElemValueDef lhs, ElemValueDef rhs) ParenExpressionDef
(ElemValueDef value) PlusSignDef
(ElemValueDef value) PostDecrementDef
(ElemValueDef elemValueDef) PostIncrementDef
(ElemValueDef elemValueDef) PreDecrementDef
(ElemValueDef elemValueDef) PreIncrementDef
(ElemValueDef elemValueDef) QueryDef
(ElemValueDef cond, ElemValueDef trueExpr, ElemValueDef falseExpr) RemainderDef
(ElemValueDef lhs, ElemValueDef rhs) ShiftLeftDef
(ElemValueDef lhs, ElemValueDef rhs) ShiftRightDef
(ElemValueDef lhs, ElemValueDef rhs) SubtractDef
(ElemValueDef lhs, ElemValueDef rhs) UnaryOperatorDef
(ElemValueDef elemValueDef) UnsignedShiftRightDef
(ElemValueDef lhs, ElemValueDef rhs) Constructor parameters in com.thoughtworks.qdox.parser.expression with type arguments of type ElemValueDef -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.structs
Classes in com.thoughtworks.qdox.parser.structs that implement ElemValueDefMethods in com.thoughtworks.qdox.parser.structs that return types with arguments of type ElemValueDef