| Package | Description |
|---|---|
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api.semantic |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
JavaType.isPrimitive(Type.Primitives primitive) |
| Modifier and Type | Method | Description |
|---|---|---|
static Type.Primitives |
Type.Primitives.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Type.Primitives[] |
Type.Primitives.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Type.isPrimitive(Type.Primitives primitive) |
Check if this type is the given primitive.
|
Copyright © 2012–2018 SonarSource. All rights reserved.