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

E13403-08

Uses of Class
oracle.javatools.parser.java.v2.CallerContext

Packages that use CallerContext
oracle.javatools.parser.java.v2 The parser API. 
oracle.javatools.parser.java.v2.model The parser model API. 
 

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

Methods in oracle.javatools.parser.java.v2 that return CallerContext
static CallerContext CallerContext.createContext(JavaProvider provider, JavaClass callingClass)
          Deprecated. Not supported
static CallerContext CallerContext.createContext(SourceElement sourceScope)
           
static CallerContext CallerContext.createContext(SourceElement sourceScope, boolean forgiving)
          In case it isn't clear, the source scope can be any SourceElement that is attached to a valid SourceFile tree.
 

Uses of CallerContext in oracle.javatools.parser.java.v2.model
 

Methods in oracle.javatools.parser.java.v2.model with parameters of type CallerContext
 void SourceElement.setContext(CallerContext context)
          Gets the compiler context.
 


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

E13403-08

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