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

E13403-02

Uses of Interface
oracle.javatools.parser.java.v1.symbol.Nameable

Packages that use Nameable
oracle.javatools.parser.java.v1   
oracle.javatools.parser.java.v1.symbol   
 

Uses of Nameable in oracle.javatools.parser.java.v1
 

Methods in oracle.javatools.parser.java.v1 with parameters of type Nameable
static java.lang.String JavaUtilities.getSymbolName(Nameable nameableSymbol)
          Utility routine which gets the name of the NameableSymbol represented by the given parsed structure.
static int JavaUtilities.getSymbolNameLength(Nameable nameableSymbol)
           
static int JavaUtilities.getSymbolNameOffset(Nameable nameableSymbol)
           
 

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

Classes in oracle.javatools.parser.java.v1.symbol that implement Nameable
 class ClassSymbol
          The ClassSymbol represents a class or interface declaration.
 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 ImportSymbol
          The ImportSymbol.
 class MethodSymbol
           The MethodSymbol represents a method declaration.
 class PackageSymbol
          The PackageSymbol.
 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

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