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.java.v1.symbol.ClassSymbol

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

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

Methods in oracle.javatools.parser.java.v1 with parameters of type ClassSymbol
static java.lang.String JavaUtilities.getClassName(ClassSymbol classSymbol)
          Utility routine which gets the class name of the class represented by the given ClassSymbol structure.
 

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

Methods in oracle.javatools.parser.java.v1.symbol that return ClassSymbol
 ClassSymbol Scope.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol CodeBlockSymbol.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol RootSymbol.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol StatementSymbol.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol MemberSymbol.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol ClassSymbol.findType(java.lang.String name)
          If this scope contains local classes or declared member inner classes, check to see if one exists that matches the given name.
 ClassSymbol CodeElement.getClassDefinition()
          Returns the class definition for this local class declaration.
 ClassSymbol CreatorExpressionSymbol.getClassDefinition()
          Returns the class definition of an anonymous class.
 ClassSymbol InnerClassSymbol.getClassDefinition()
          Gets the class definition for this inner class.
 ClassSymbol[] Scope.getClasses()
           
 ClassSymbol[] CodeBlockSymbol.getClasses()
           
 ClassSymbol[] RootSymbol.getClasses()
           
 ClassSymbol[] StatementSymbol.getClasses()
           
 ClassSymbol[] MemberSymbol.getClasses()
           
 ClassSymbol[] ClassSymbol.getClasses()
           
 ClassSymbol InnerClassSymbol.getEnclosingClass()
          Gets the class that this inner class is enclosed within.
 ClassSymbol[] MemberSymbol.getLocalClasses()
          Gets all local and anonymous classes declared in this member.
 


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.