Uses of Interface
com.thoughtworks.qdox.parser.expression.ElemValueDef
-
Packages that use ElemValueDef Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.parser.expression Provides classes which make it possible to resolve expression valuescom.thoughtworks.qdox.parser.impl Provides the implementations of the Lexers and Parserscom.thoughtworks.qdox.parser.structs 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 Modifier and Type Method Description ExpressionDefaultJavaAnnotationAssembler. assemble(ElemValueDef annoDef) -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.expression
Classes in com.thoughtworks.qdox.parser.expression that implement ElemValueDef Modifier and Type Class Description classAddDefclassAndDefclassAssignmentDefclassBinaryOperatorDefclassCastDefclassConstantDefclassCreatorDefclassDivideDefclassElemValueListDefclassEqualsDefclassExclusiveOrDefclassExpressionDefclassFieldRefDefclassGreaterEqualsDefclassGreaterThanDefclassLessEqualsDefclassLessThanDefclassLogicalAndDefclassLogicalNotDefclassLogicalOrDefclassMethodInvocationDefclassMethodReferenceDefclassMinusSignDefclassMultiplyDefclassNotDefclassNotEqualsDefclassOrDefclassParenExpressionDefclassPlusSignDefclassPostDecrementDefclassPostIncrementDefclassPreDecrementDefclassPreIncrementDefclassQueryDefclassRemainderDefclassShiftLeftDefclassShiftRightDefclassSubtractDefclassTypeRefDefclassUnaryOperatorDefclassUnsignedShiftRightDefFields in com.thoughtworks.qdox.parser.expression declared as ElemValueDef Modifier and Type Field Description private ElemValueDefAssignmentDef. assignmentExpressionprivate ElemValueDefQueryDef. condprivate ElemValueDefCastDef. elemDefprivate ElemValueDefParenExpressionDef. elemValueDefprivate ElemValueDefUnaryOperatorDef. elemValueDefprivate ElemValueDefQueryDef. falseExprprivate ElemValueDefAssignmentDef. letfHandSideprivate ElemValueDefBinaryOperatorDef. lhsprivate ElemValueDefBinaryOperatorDef. rhsprivate ElemValueDefQueryDef. trueExprFields in com.thoughtworks.qdox.parser.expression with type parameters of type ElemValueDef Modifier and Type Field Description private java.util.List<ElemValueDef>ElemValueListDef. valueListMethods in com.thoughtworks.qdox.parser.expression that return ElemValueDef Modifier and Type Method Description ElemValueDefAssignmentDef. getAssignmentExpression()ElemValueDefQueryDef. getCondition()ElemValueDefCastDef. getElemDef()ElemValueDefParenExpressionDef. getElemValueDef()ElemValueDefUnaryOperatorDef. getElemValueDef()ElemValueDefQueryDef. getFalseExpression()ElemValueDefBinaryOperatorDef. getLeft()ElemValueDefAssignmentDef. getLetfHandSide()ElemValueDefBinaryOperatorDef. getRight()ElemValueDefQueryDef. getTrueExpression()Methods in com.thoughtworks.qdox.parser.expression that return types with arguments of type ElemValueDef Modifier and Type Method Description java.util.List<ElemValueDef>ElemValueListDef. getValueList()Constructor parameters in com.thoughtworks.qdox.parser.expression with type arguments of type ElemValueDef Constructor Description ElemValueListDef(java.util.List<ElemValueDef> annoValueList) -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.impl
Fields in com.thoughtworks.qdox.parser.impl declared as ElemValueDef Modifier and Type Field Description (package private) ElemValueDefParser.Value. annovalFields in com.thoughtworks.qdox.parser.impl with type parameters of type ElemValueDef Modifier and Type Field Description private java.util.List<ElemValueDef>Parser. annoValueListprivate java.util.List<java.util.List<ElemValueDef>>Parser. annoValueListStack -
Uses of ElemValueDef in com.thoughtworks.qdox.parser.structs
Classes in com.thoughtworks.qdox.parser.structs that implement ElemValueDef Modifier and Type Class Description classAnnoDefFields in com.thoughtworks.qdox.parser.structs with type parameters of type ElemValueDef Modifier and Type Field Description private java.util.Map<java.lang.String,ElemValueDef>AnnoDef. argsMethods in com.thoughtworks.qdox.parser.structs that return types with arguments of type ElemValueDef Modifier and Type Method Description java.util.Map<java.lang.String,ElemValueDef>AnnoDef. getArgs()
-