| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThrowsT | |
|---|---|
| javax.ide.model.java.source | Various interfaces for use with Tree objects. | 
| javax.ide.model.java.source.tree | The Java AST. | 
| Uses of ThrowsT in javax.ide.model.java.source | 
|---|
| Methods in javax.ide.model.java.source that return ThrowsT | |
|---|---|
 ThrowsT | 
TreeFactory.createThrowsClause(TypeReferenceT exception)Creates a throws clause for a method or constructor declaration.  | 
abstract  ThrowsT | 
TreeFactory.createThrowsClause(TypeReferenceT[] exceptions)Creates a throws clause for a method or constructor declaration.  | 
| Methods in javax.ide.model.java.source with parameters of type ThrowsT | |
|---|---|
 MethodT | 
TreeFactory.createConstructor(FormalParameterListT parameters, ThrowsT throwsClause, BlockT block)Creates a constructor declaration  | 
abstract  MethodT | 
TreeFactory.createConstructor(TypeParameterT[] typeParameters, FormalParameterListT parameters, ThrowsT throwsClause, BlockT block)Creates a constructor declaration  | 
abstract  MethodT | 
TreeFactory.createMethod(TypeParameterT[] typeParameters, TypeReferenceT returnType, java.lang.String name, FormalParameterListT parameters, ThrowsT throwsClause, BlockT block)Creates a method declaration.  | 
 MethodT | 
TreeFactory.createMethod(TypeReferenceT returnType, java.lang.String name, FormalParameterListT parameters, ThrowsT throwsClause, BlockT block)Creates a method declaration.  | 
 void | 
TreeVisitor.visitThrowsClause(ThrowsT tree)Visits a ThrowsT.  | 
| Uses of ThrowsT in javax.ide.model.java.source.tree | 
|---|
| Methods in javax.ide.model.java.source.tree that return ThrowsT | |
|---|---|
 ThrowsT | 
MethodT.getThrowsClause()Gets the throws clause object.  | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||