| 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 |
|---|---|
Object |
EvaluatingVisitor.visit(Constant constant) |
| Modifier and Type | Method and Description |
|---|---|
static Constant |
Constant.newBooleanLiteral(String value) |
static Constant |
Constant.newCharacterLiteral(String value) |
static Constant |
Constant.newFloatingPointLiteral(String value) |
static Constant |
Constant.newIntegerLiteral(String value) |
static Constant |
Constant.newStringLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionVisitor.visit(Constant constant) |
Copyright © 2002–2025. All rights reserved.