Package | Description |
---|---|
com.github.javaparser.ast.type |
Modifier and Type | Method | Description |
---|---|---|
PrimitiveType.Primitive |
PrimitiveType.getType() |
|
static PrimitiveType.Primitive |
PrimitiveType.Primitive.valueOf(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 | Description |
---|---|---|
PrimitiveType |
PrimitiveType.setType(PrimitiveType.Primitive type) |
Constructor | Description |
---|---|
PrimitiveType(PrimitiveType.Primitive type) |
|
PrimitiveType(TokenRange tokenRange,
PrimitiveType.Primitive type) |
This constructor is used by the parser and is considered private.
|
Copyright © 2007–2019. All rights reserved.