|
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 TreeKind | |
|---|---|
| javax.ide.model.java.source.tree | The Java AST. |
| Uses of TreeKind in javax.ide.model.java.source.tree |
|---|
| Fields in javax.ide.model.java.source.tree declared as TreeKind | |
|---|---|
static TreeKind |
TreeKind.TREE_ANNOTATIONAn annotation. |
static TreeKind |
TreeKind.TREE_BLOCKA code block. |
static TreeKind |
TreeKind.TREE_CLASS_BODYA body of a class declaration. |
static TreeKind |
TreeKind.TREE_CLASS_DA class, enum, interface, or annotation type declaration. |
static TreeKind |
TreeKind.TREE_CLASS_INITIALIZERAn initializer in a class declaration. |
static TreeKind |
TreeKind.TREE_CONSTRUCTOR_DA constructor declaration. |
static TreeKind |
TreeKind.TREE_DOC_COMMENTA doc comment. |
static TreeKind |
TreeKind.TREE_ENUM_CONSTANT_DAn enum constant declaration. |
static TreeKind |
TreeKind.TREE_EXPR_ANNOTATIONAn expression wrapping an annotation. |
static TreeKind |
TreeKind.TREE_EXPR_ARRAY_ACCESSAn array access expression. |
static TreeKind |
TreeKind.TREE_EXPR_ASSIGNMENTAn expression for an assignment operation. |
static TreeKind |
TreeKind.TREE_EXPR_DOTAn expression for an identifier selector. |
static TreeKind |
TreeKind.TREE_EXPR_IDENTIFIERAn identifier expression. |
static TreeKind |
TreeKind.TREE_EXPR_INFIXAn expression for an infix operation. |
static TreeKind |
TreeKind.TREE_EXPR_LISTA list of expressions. |
static TreeKind |
TreeKind.TREE_EXPR_LITERALA lexer literal. |
static TreeKind |
TreeKind.TREE_EXPR_METHOD_CALLA method call. |
static TreeKind |
TreeKind.TREE_EXPR_NEW_ARRAYAn array creator expression. |
static TreeKind |
TreeKind.TREE_EXPR_NEW_CLASSA class creator expression. |
static TreeKind |
TreeKind.TREE_EXPR_QUESTIONAn expression for the conditional operator. |
static TreeKind |
TreeKind.TREE_EXPR_TYPEAn expression wrapping a type reference. |
static TreeKind |
TreeKind.TREE_EXPR_TYPECASTAn expression for a typecast operation. |
static TreeKind |
TreeKind.TREE_EXPR_UNARYAn expression for a prefix or postfix operation. |
static TreeKind |
TreeKind.TREE_EXPR_WRAPPERAn expression wrapping another expression. |
static TreeKind |
TreeKind.TREE_FIELD_DA field declaration that is not for an enum constant. |
static TreeKind |
TreeKind.TREE_FIELD_VARIABLEA field variable. |
static TreeKind |
TreeKind.TREE_FILEA source file (a compilation unit). |
static TreeKind |
TreeKind.TREE_FORMAL_PARAMETERA formal parameter. |
static TreeKind |
TreeKind.TREE_FORMAL_PARAMETER_LISTA formal parameter list. |
static TreeKind |
TreeKind.TREE_IMPORT_DAn import declaration. |
static TreeKind |
TreeKind.TREE_INTERFACES_DAn interfaces clause for a class declaration. |
static TreeKind |
TreeKind.TREE_LOCAL_VARIABLEA local variable. |
static TreeKind |
TreeKind.TREE_LOCAL_VARIABLE_DA local variable declaration. |
static TreeKind |
TreeKind.TREE_METHOD_DA method declaration that is not for a constructor. |
static TreeKind |
TreeKind.TREE_NAMEA name, either a simple name or a qualified name. |
static TreeKind |
TreeKind.TREE_PACKAGE_DA package declaration. |
static TreeKind |
TreeKind.TREE_STATEMENT_LABELA statement label. |
static TreeKind |
TreeKind.TREE_STMT_ASSERTAn assert statement. |
static TreeKind |
TreeKind.TREE_STMT_BLOCKA statement wrapping a block. |
static TreeKind |
TreeKind.TREE_STMT_BREAKA break statement. |
static TreeKind |
TreeKind.TREE_STMT_CATCHA catch clause in a try statement. |
static TreeKind |
TreeKind.TREE_STMT_CONTINUEA continue statement. |
static TreeKind |
TreeKind.TREE_STMT_DOA do-while statement. |
static TreeKind |
TreeKind.TREE_STMT_ELSEAn else clause in an if statement. |
static TreeKind |
TreeKind.TREE_STMT_EMPTYAn empty statement. |
static TreeKind |
TreeKind.TREE_STMT_EXPRESSIONA statement wrapping an expression. |
static TreeKind |
TreeKind.TREE_STMT_FINALLYA finally clause in a try statement. |
static TreeKind |
TreeKind.TREE_STMT_FORA for statement, all variants. |
static TreeKind |
TreeKind.TREE_STMT_IFAn if statement. |
static TreeKind |
TreeKind.TREE_STMT_RETURNA return statement. |
static TreeKind |
TreeKind.TREE_STMT_SWITCHA switch statement. |
static TreeKind |
TreeKind.TREE_STMT_SYNCHA synchronized statement. |
static TreeKind |
TreeKind.TREE_STMT_THROWA throw statement. |
static TreeKind |
TreeKind.TREE_STMT_TRYA try statement. |
static TreeKind |
TreeKind.TREE_STMT_WHILEA while statement. |
static TreeKind |
TreeKind.TREE_SUPERCLASSA super-class clause for a class declaration. |
static TreeKind |
TreeKind.TREE_SWITCH_LABELA switch case label, either case or default. |
static TreeKind |
TreeKind.TREE_THROWSA throws clause for a method declaration. |
static TreeKind |
TreeKind.TREE_TYPE_ARGUMENTA type argument in a type reference. |
static TreeKind |
TreeKind.TREE_TYPE_PARAMETERA type parameter declaration. |
static TreeKind |
TreeKind.TREE_TYPE_REFERENCEA type reference. |
| Methods in javax.ide.model.java.source.tree that return TreeKind | |
|---|---|
TreeKind |
Tree.getTreeKind()Identifies what kind of Tree this is. |
static TreeKind |
TreeKind.valueOf(java.lang.Class ignored, java.lang.String name) |
static TreeKind |
TreeKind.valueOf(int ordinal) |
static TreeKind[] |
TreeKind.values() |
| Methods in javax.ide.model.java.source.tree with parameters of type TreeKind | |
|---|---|
int |
TreeKind.compareTo(TreeKind 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 | |||||||||