Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.tree |
Modifier and Type | Field and Description |
---|---|
BoundKind |
Type.WildcardType.kind |
Modifier and Type | Method and Description |
---|---|
static BoundKind |
BoundKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoundKind[] |
BoundKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WildcardType(Type type,
BoundKind kind,
Symbol.TypeSymbol tsym) |
WildcardType(Type type,
BoundKind kind,
Symbol.TypeSymbol tsym,
Type.TypeVar bound) |
Modifier and Type | Field and Description |
---|---|
BoundKind |
JCTree.TypeBoundKind.kind |
Modifier and Type | Method and Description |
---|---|
JCTree.TypeBoundKind |
JCTree.Factory.TypeBoundKind(BoundKind kind) |
JCTree.TypeBoundKind |
TreeMaker.TypeBoundKind(BoundKind kind) |
Constructor and Description |
---|
TypeBoundKind(BoundKind kind) |
Copyright © 2017 earcam. All rights reserved.