|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeArgumentT.BoundKind | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. |
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of TypeArgumentT.BoundKind in javax.ide.model.java.source |
|---|
| Methods in javax.ide.model.java.source with parameters of type TypeArgumentT.BoundKind | |
|---|---|
abstract TypeArgumentT |
TreeFactory.createTypeArgument(TypeArgumentT.BoundKind bound,
TypeReferenceT type)
Creates a type argument. |
| Uses of TypeArgumentT.BoundKind in javax.ide.model.java.source.tree |
|---|
| Fields in javax.ide.model.java.source.tree declared as TypeArgumentT.BoundKind | |
|---|---|
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.EXACT
T |
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.EXTENDS
? extends T |
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.SUPER
? super T |
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.UNBOUNDED
? |
| Methods in javax.ide.model.java.source.tree that return TypeArgumentT.BoundKind | |
|---|---|
TypeArgumentT.BoundKind |
TypeArgumentT.getBoundKind()
Gets the bound kind. |
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.valueOf(java.lang.Class ignored,
java.lang.String name)
|
static TypeArgumentT.BoundKind |
TypeArgumentT.BoundKind.valueOf(int ordinal)
|
static TypeArgumentT.BoundKind[] |
TypeArgumentT.BoundKind.values()
|
| Methods in javax.ide.model.java.source.tree with parameters of type TypeArgumentT.BoundKind | |
|---|---|
int |
TypeArgumentT.BoundKind.compareTo(TypeArgumentT.BoundKind other)
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||