Package | Description |
---|---|
com.thoughtworks.qdox.builder |
Provides classes which transform the structs from the JavaParser to the Java model elements
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
Builder.addArgument(ExpressionDef argument) |
Modifier and Type | Method and Description |
---|---|
void |
ModelBuilder.addArgument(ExpressionDef argument) |
Modifier and Type | Class and Description |
---|---|
class |
AddDef |
class |
AndDef |
class |
AssignmentDef |
class |
BinaryOperatorDef |
class |
CastDef |
class |
ConstantDef |
class |
CreatorDef |
class |
DivideDef |
class |
EqualsDef |
class |
ExclusiveOrDef |
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 | Method and Description |
---|---|
List<ExpressionDef> |
CreatorDef.getArguments() |
List<ExpressionDef> |
MethodInvocationDef.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
CreatorDef.setArguments(List<ExpressionDef> arguments) |
Constructor and Description |
---|
MethodInvocationDef(String methodName,
List<ExpressionDef> arguments) |
Copyright © 2002–2019. All rights reserved.