| Package | Description |
|---|---|
| com.github.javaparser.ast.type | |
| com.github.javaparser.resolution.types |
| Modifier and Type | Method and Description |
|---|---|
ResolvedPrimitiveType |
PrimitiveType.resolve() |
| Modifier and Type | Field and Description |
|---|---|
static ResolvedPrimitiveType |
ResolvedPrimitiveType.BOOLEAN |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.BYTE |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.CHAR |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.DOUBLE |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.FLOAT |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.INT |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.LONG |
static ResolvedPrimitiveType |
ResolvedPrimitiveType.SHORT |
| Modifier and Type | Field and Description |
|---|---|
static List<ResolvedPrimitiveType> |
ResolvedPrimitiveType.ALL |
| Modifier and Type | Method and Description |
|---|---|
default ResolvedPrimitiveType |
ResolvedType.asPrimitive() |
ResolvedPrimitiveType |
ResolvedPrimitiveType.asPrimitive() |
Copyright © 2007–2017. All rights reserved.