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 the implementations of the Lexers and Parsers
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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in com.thoughtworks.qdox.parser.expression declared as ElemValueDefModifier and TypeFieldDescriptionprivate ElemValueDefAssignmentDef.assignmentExpressionprivate final ElemValueDefQueryDef.condprivate final ElemValueDefCastDef.elemDefprivate final ElemValueDefParenExpressionDef.elemValueDefprivate final ElemValueDefUnaryOperatorDef.elemValueDefprivate final ElemValueDefQueryDef.falseExprprivate ElemValueDefAssignmentDef.letfHandSideprivate final ElemValueDefBinaryOperatorDef.lhsprivate final ElemValueDefBinaryOperatorDef.rhsprivate final ElemValueDefQueryDef.trueExprFields in com.thoughtworks.qdox.parser.expression with type parameters of type ElemValueDefMethods 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.impl
Fields in com.thoughtworks.qdox.parser.impl declared as ElemValueDefFields in com.thoughtworks.qdox.parser.impl with type parameters of type ElemValueDefModifier and TypeFieldDescriptionprivate List<ElemValueDef> Parser.annoValueListprivate List<List<ElemValueDef>> Parser.annoValueListStack -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.structs
Classes in com.thoughtworks.qdox.parser.structs that implement ElemValueDefFields in com.thoughtworks.qdox.parser.structs with type parameters of type ElemValueDefMethods in com.thoughtworks.qdox.parser.structs that return types with arguments of type ElemValueDef