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 elements
|
com.thoughtworks.qdox.parser.expression |
Provides classes which make it possible to resolve expression values
|
com.thoughtworks.qdox.parser.impl |
Provides the implementations of the Lexers and Parsers
|
com.thoughtworks.qdox.parser.structs |
Provides simple models to be constructed by the parser.
|
Modifier and Type | Method and Description |
---|---|
Expression |
DefaultJavaAnnotationAssembler.assemble(ElemValueDef annoDef) |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private ElemValueDef |
AssignmentDef.assignmentExpression |
private ElemValueDef |
QueryDef.cond |
private ElemValueDef |
CastDef.elemDef |
private ElemValueDef |
UnaryOperatorDef.elemValueDef |
private ElemValueDef |
ParenExpressionDef.elemValueDef |
private ElemValueDef |
QueryDef.falseExpr |
private ElemValueDef |
AssignmentDef.letfHandSide |
private ElemValueDef |
BinaryOperatorDef.lhs |
private ElemValueDef |
BinaryOperatorDef.rhs |
private ElemValueDef |
QueryDef.trueExpr |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ElemValueDef> |
ElemValueListDef.valueList |
Modifier and Type | Method and Description |
---|---|
ElemValueDef |
AssignmentDef.getAssignmentExpression() |
ElemValueDef |
QueryDef.getCondition() |
ElemValueDef |
CastDef.getElemDef() |
ElemValueDef |
UnaryOperatorDef.getElemValueDef() |
ElemValueDef |
ParenExpressionDef.getElemValueDef() |
ElemValueDef |
QueryDef.getFalseExpression() |
ElemValueDef |
BinaryOperatorDef.getLeft() |
ElemValueDef |
AssignmentDef.getLetfHandSide() |
ElemValueDef |
BinaryOperatorDef.getRight() |
ElemValueDef |
QueryDef.getTrueExpression() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ElemValueDef> |
ElemValueListDef.getValueList() |
Constructor and Description |
---|
ElemValueListDef(java.util.List<ElemValueDef> annoValueList) |
Modifier and Type | Field and Description |
---|---|
(package private) ElemValueDef |
Parser.Value.annoval |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ElemValueDef> |
Parser.annoValueList |
private java.util.List<java.util.List<ElemValueDef>> |
Parser.annoValueListStack |
Modifier and Type | Class and Description |
---|---|
class |
AnnoDef |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ElemValueDef> |
AnnoDef.args |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ElemValueDef> |
AnnoDef.getArgs() |