Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotClassAllocation

Packages that use JotClassAllocation
oracle.jdeveloper.audit.java Helper and transform classes for auditing Java documents and working with the Java object model. 
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotClassAllocation in oracle.jdeveloper.audit.java
 

Methods in oracle.jdeveloper.audit.java with parameters of type JotClassAllocation
 JotConstructor JavaHelper.getCalledConstructor(JotClassAllocation expression)
          Gets the constructor called by a class allocation, or null if the constructor call is unresolvable.
 JotType[] JavaHelper.getArgumentTypes(JotClassAllocation expression)
          Gets the actual argument types of a class instance creator, one for each argument.
 

Uses of JotClassAllocation in oracle.jdeveloper.jot
 

Subinterfaces of JotClassAllocation in oracle.jdeveloper.jot
 interface JotAnonymousClass
          The JotAnonymousClass interface represents an anonymous class declaration.
 

Methods in oracle.jdeveloper.jot that return JotClassAllocation
 JotClassAllocation JotExpression.getAsClassAllocation()
          Retrieves the JotClassAllocation representing this expression if it is a class allocation.
 


Extension SDK

 

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