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.expression |
Provides classes reflecting the Java expressions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
EvaluatingVisitor.visit(Constant constant) |
Modifier and Type | Method and Description |
---|---|
static Constant |
Constant.newBooleanLiteral(java.lang.String value) |
static Constant |
Constant.newCharacterLiteral(java.lang.String value) |
static Constant |
Constant.newFloatingPointLiteral(java.lang.String value) |
static Constant |
Constant.newIntegerLiteral(java.lang.String value) |
static Constant |
Constant.newStringLiteral(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ExpressionVisitor.visit(Constant constant) |