|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaSyntaxCodes | |
---|---|
oracle.javatools.parser.java.v1 | |
oracle.javatools.parser.java.v1.symbol |
Uses of JavaSyntaxCodes in oracle.javatools.parser.java.v1 |
---|
Classes in oracle.javatools.parser.java.v1 that implement JavaSyntaxCodes | |
---|---|
class |
JavaSyntaxRecognizer
The JavaSyntaxRecognizer class has all the little details and none of the parsing power. |
class |
JavaTreeGenerator
The TreeGenerator is the glue between the SyntaxRecognizer and the SymbolFactory. |
Uses of JavaSyntaxCodes in oracle.javatools.parser.java.v1.symbol |
---|
Classes in oracle.javatools.parser.java.v1.symbol that implement JavaSyntaxCodes | |
---|---|
class |
CatchClause
The catch clause is separated from the other control statements because a variable declaration is required in the parentheses. |
class |
ClassBodySymbol
|
class |
ClassSymbol
The ClassSymbol represents a class or interface
declaration. |
class |
CodeBlockSymbol
The CodeBlockSymbol represents code blocks for methods and statements. |
class |
CodeElement
A code element: a local class, a variable declaration, an expression, or a statement. |
class |
CommentSymbol
The CommentSymbol subclasses off of NameSymbol purely to inherit the getValue and toString methods. |
class |
CommonRoot
|
class |
ControlStatement
ControlStatement represents all control statements and
the catch clause of a try statement (though at parse time, it also
represents other else and finally clauses). |
class |
CreatorExpressionSymbol
CreatorExpressionSymbol represents all primaries and primary selectors that start with the 'new' token. |
class |
ErrorSymbol
|
class |
ExpressionList
The ExpressionList is an array of ExpressionSymbol's. |
class |
ExpressionSymbol
The ExpressionSymbol is essentially the union of all the various operators and primaries. |
class |
FieldSymbol
The FieldSymbol represents a class member
declaration. |
class |
ForStatement
Represents the ForStatement. |
class |
HasModifiers
|
class |
ImportSymbol
The ImportSymbol . |
class |
InnerClassSymbol
An InnerClassSymbol is always a member of some enclosing class. |
class |
JavaSymbol
Every node in the java parse tree is a subclass of a JavaSymbol. |
class |
JavaSymbolFactory
The JavaSymbolFactory is the layer between the
JavaTreeGenerator and the Java API. |
class |
MemberSymbol
The MemberSymbol represents a class member
declaration. |
class |
MethodSymbol
The MethodSymbol represents a method declaration. |
class |
NameSymbol
The ImportSymbol . |
class |
PackageSymbol
The PackageSymbol . |
class |
RootSymbol
The RootSymbol represents the root node for a complete Java source file. |
class |
SqlStatement
A statement can be only one of the following: an expression statement, a block, or a control statement. |
class |
StatementSymbol
A statement can be only one of the following: an expression statement, a block, or a control statement. |
class |
TryStatement
The TryStatement is a a ControlStatement with the additional functionality for retrieving multiple catch clauses. |
class |
TypeSymbol
The TypeSymbol is used by MemberSymbol and VariableSymbol to represent the types. |
class |
VariableSymbol
The VariableSymbol represents a variable declarator. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |