Package | Description |
---|---|
com.github.javaparser.ast.type |
Modifier and Type | Field and Description |
---|---|
private PrimitiveType.Primitive |
PrimitiveType.type |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.HashMap<java.lang.String,PrimitiveType.Primitive> |
PrimitiveType.unboxMap |
Modifier and Type | Method and Description |
---|---|
PrimitiveType.Primitive |
PrimitiveType.getType() |
static PrimitiveType.Primitive |
PrimitiveType.Primitive.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveType.Primitive[] |
PrimitiveType.Primitive.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrimitiveType |
PrimitiveType.setType(PrimitiveType.Primitive type) |
Constructor and Description |
---|
PrimitiveType(PrimitiveType.Primitive type) |
PrimitiveType(TokenRange tokenRange,
PrimitiveType.Primitive type)
This constructor is used by the parser and is considered private.
|