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.model |
Provides classes reflecting the Java model elements.
|
com.thoughtworks.qdox.model.expression |
Provides classes reflecting the Java expressions.
|
com.thoughtworks.qdox.model.impl |
Provides the default implementation of the classes reflecting the Java model elements.
|
Modifier and Type | Method and Description |
---|---|
Expression |
DefaultJavaAnnotationAssembler.assemble(ElemValueDef annoDef) |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
JavaField.getEnumConstantArguments() |
Modifier and Type | Interface and Description |
---|---|
interface |
AnnotationValue
Interface for all annotation model elements
|
Modifier and Type | Class and Description |
---|---|
class |
Add |
class |
And |
class |
AnnotationValueList |
class |
Assignment |
class |
BinaryOperator |
class |
Cast |
class |
Constant |
class |
Divide |
class |
Equals |
class |
ExclusiveOr |
class |
FieldRef |
class |
GreaterEquals |
class |
GreaterThan |
class |
Lambda |
class |
LessEquals |
class |
LessThan |
class |
LogicalAnd |
class |
LogicalNot |
class |
LogicalOr |
class |
MethodInvocation |
class |
MinusSign |
class |
Multiply |
class |
Not |
class |
NotEquals |
class |
Or |
class |
ParenExpression |
class |
PlusSign |
class |
PostDecrement |
class |
PostIncrement |
class |
PreDecrement |
class |
PreIncrement |
class |
Query |
class |
Remainder |
class |
ShiftLeft |
class |
ShiftRight |
class |
Subtract |
class |
TypeRef |
class |
UnaryOperator |
class |
UnsignedShiftRight |
Constructor and Description |
---|
Assignment(Expression leftHandSide,
String operator,
Expression assignmentExpression) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaAnnotation |
Modifier and Type | Method and Description |
---|---|
List<Expression> |
DefaultJavaField.getEnumConstantArguments() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaField.setEnumConstantArguments(List<Expression> enumConstantArguments) |
Copyright © 2002–2024. All rights reserved.