Uses of Class
com.thoughtworks.qdox.model.expression.Constant
Packages that use Constant
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides classes reflecting the Java expressions.
-
Uses of Constant in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl with parameters of type Constant -
Uses of Constant in com.thoughtworks.qdox.model.expression
Methods in com.thoughtworks.qdox.model.expression that return ConstantModifier and TypeMethodDescriptionstatic 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) Methods in com.thoughtworks.qdox.model.expression with parameters of type Constant