Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
javax.ide.model.java.source.tree.TypeArgumentT.BoundKind

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)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.