类的使用
com.thoughtworks.qdox.model.expression.Constant
使用Constant的程序包
程序包
说明
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.
-
com.thoughtworks.qdox.builder.impl中Constant的使用
-
com.thoughtworks.qdox.model.expression中Constant的使用
修饰符和类型方法说明static ConstantConstant.newBooleanLiteral(String value) static ConstantConstant.newCharacterLiteral(String value) static ConstantConstant.newFloatingPointLiteral(String value) static ConstantConstant.newIntegerLiteral(String value) static ConstantConstant.newStringLiteral(String value)