|
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 JavaTokens | |
---|---|
oracle.javatools.parser.java.v1 | |
oracle.javatools.parser.java.v1.symbol |
Uses of JavaTokens in oracle.javatools.parser.java.v1 |
---|
Classes in oracle.javatools.parser.java.v1 that implement JavaTokens | |
---|---|
class |
JavaLexer
The JavaLexer is an implementation of the Lexer
interface for the Java language. |
class |
JavaSyntaxRecognizer
The JavaSyntaxRecognizer class has all the little details and none of the parsing power. |
Uses of JavaTokens in oracle.javatools.parser.java.v1.symbol |
---|
Classes in oracle.javatools.parser.java.v1.symbol that implement JavaTokens | |
---|---|
class |
CatchClause
The catch clause is separated from the other control statements because a variable declaration is required in the parentheses. |
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 |
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 |
ForStatement
Represents the ForStatement. |
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. |
|
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 |