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 Expression
DefaultJavaAnnotationAssembler. 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 class
AddDef
class
AndDef
class
AssignmentDef
class
BinaryOperatorDef
class
CastDef
class
ConstantDef
class
CreatorDef
class
DivideDef
class
ElemValueListDef
class
EqualsDef
class
ExclusiveOrDef
class
ExpressionDef
class
FieldRefDef
class
GreaterEqualsDef
class
GreaterThanDef
class
LambdaDef
class
LessEqualsDef
class
LessThanDef
class
LogicalAndDef
class
LogicalNotDef
class
LogicalOrDef
class
MethodInvocationDef
class
MethodReferenceDef
class
MinusSignDef
class
MultiplyDef
class
NotDef
class
NotEqualsDef
class
OrDef
class
ParenExpressionDef
class
PlusSignDef
class
PostDecrementDef
class
PostIncrementDef
class
PreDecrementDef
class
PreIncrementDef
class
QueryDef
class
RemainderDef
class
ShiftLeftDef
class
ShiftRightDef
class
SubtractDef
class
TypeRefDef
class
UnaryOperatorDef
class
UnsignedShiftRightDef
Methods in com.thoughtworks.qdox.parser.expression that return ElemValueDef Modifier and Type Method Description ElemValueDef
AssignmentDef. getAssignmentExpression()
ElemValueDef
QueryDef. getCondition()
ElemValueDef
CastDef. getElemDef()
ElemValueDef
ParenExpressionDef. getElemValueDef()
ElemValueDef
UnaryOperatorDef. getElemValueDef()
ElemValueDef
QueryDef. getFalseExpression()
ElemValueDef
BinaryOperatorDef. getLeft()
ElemValueDef
AssignmentDef. getLetfHandSide()
ElemValueDef
BinaryOperatorDef. getRight()
ElemValueDef
QueryDef. 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 class
AnnoDef
Methods 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()
-