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

E13403-02

Uses of Class
oracle.javatools.parser.util.ArrayListHeap

Packages that use ArrayListHeap
oracle.javatools.parser.java.v1.symbol   
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.common Classes common to model implementations. 
oracle.javatools.parser.java.v2.internal   
oracle.javatools.parser.java.v2.internal.symbol   
oracle.javatools.parser.java.v2.util Various utilities for use with the parser. 
oracle.javatools.parser.plsql.old.symbol   
oracle.javatools.parser.util The Parser Utilities package contains utility classes used by the rest of the parser framework. 
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v1.symbol
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v1.symbol
 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 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.
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v2
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v2
 class BindingRegistry
          Keys for use with NodeBinding.
 class CallerContext
          Defines the calling context for use in resolving source references.
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v2.common
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v2.common
 class CommonUtilities
          Various utilities shared by the parser internals and parser externals.
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v2.internal
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v2.internal
 class oracle.javatools.parser.java.v2.internal.InternalUtilities
           
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v2.internal.symbol
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v2.internal.symbol
static class oracle.javatools.parser.java.v2.internal.symbol.Sym.SymTraversal
           
 class oracle.javatools.parser.java.v2.internal.symbol.SymUtilities
           
 

Uses of ArrayListHeap in oracle.javatools.parser.java.v2.util
 

Subclasses of ArrayListHeap in oracle.javatools.parser.java.v2.util
 class Conversions
          Various utilities that perform conversions from a subject to a target.
 class SourceVisitor
          Visitor pattern and traversals for SourceElements.
 

Uses of ArrayListHeap in oracle.javatools.parser.plsql.old.symbol
 

Subclasses of ArrayListHeap in oracle.javatools.parser.plsql.old.symbol
 class CompoundStatement
           
 class ExpressionWrapper
           
 class FunctionSymbol
           
 class PlsqlSymbol
           
 class Statement
           
 

Uses of ArrayListHeap in oracle.javatools.parser.util
 

Subclasses of ArrayListHeap in oracle.javatools.parser.util
 class ExpressionStack
          The ExpressionStack is used for generating an expression tree out of a stream of expressions in infix notation.
 


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

E13403-02

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