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 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
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
Fields in com.thoughtworks.qdox.parser.expression declared as ElemValueDef Modifier and Type Field Description private ElemValueDef
AssignmentDef. assignmentExpression
private ElemValueDef
QueryDef. cond
private ElemValueDef
CastDef. elemDef
private ElemValueDef
ParenExpressionDef. elemValueDef
private ElemValueDef
UnaryOperatorDef. elemValueDef
private ElemValueDef
QueryDef. falseExpr
private ElemValueDef
AssignmentDef. letfHandSide
private ElemValueDef
BinaryOperatorDef. lhs
private ElemValueDef
BinaryOperatorDef. rhs
private ElemValueDef
QueryDef. trueExpr
Fields in com.thoughtworks.qdox.parser.expression with type parameters of type ElemValueDef Modifier and Type Field Description private java.util.List<ElemValueDef>
ElemValueListDef. valueList
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.impl
Fields in com.thoughtworks.qdox.parser.impl declared as ElemValueDef Modifier and Type Field Description (package private) ElemValueDef
Parser.Value. annoval
Fields in com.thoughtworks.qdox.parser.impl with type parameters of type ElemValueDef Modifier and Type Field Description private java.util.List<ElemValueDef>
Parser. annoValueList
private 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 class
AnnoDef
Fields 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. args
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()
-