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.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 classAddDefclassAndDefclassAssignmentDefclassBinaryOperatorDefclassCastDefclassConstantDefclassCreatorDefclassDivideDefclassElemValueListDefclassEqualsDefclassExclusiveOrDefclassExpressionDefclassFieldRefDefclassGreaterEqualsDefclassGreaterThanDefclassLambdaDefclassLessEqualsDefclassLessThanDefclassLogicalAndDefclassLogicalNotDefclassLogicalOrDefclassMethodInvocationDefclassMethodReferenceDefclassMinusSignDefclassMultiplyDefclassNotDefclassNotEqualsDefclassOrDefclassParenExpressionDefclassPlusSignDefclassPostDecrementDefclassPostIncrementDefclassPreDecrementDefclassPreIncrementDefclassQueryDefclassRemainderDefclassShiftLeftDefclassShiftRightDefclassSubtractDefclassTypeRefDefclassUnaryOperatorDefclassUnsignedShiftRightDefMethods 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.structs
Classes in com.thoughtworks.qdox.parser.structs that implement ElemValueDef Modifier and Type Class Description classAnnoDefMethods 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()
-