|
Extension SDK 10.1.2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JotConstructor | |
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 JotConstructor in oracle.jdeveloper.audit.java |
Methods in oracle.jdeveloper.audit.java that return JotConstructor | |
JotConstructor |
JavaHelper.getCalledConstructor(JotClassAllocation expression) Gets the constructor called by a class allocation, or null if the constructor call is unresolvable. |
Uses of JotConstructor in oracle.jdeveloper.jot |
Methods in oracle.jdeveloper.jot that return JotConstructor | |
JotConstructor[] |
JotClass.getDeclaredConstructors() Creates an array of all the constructors declared for this type. |
JotConstructor |
JotClass.getDeclaredConstructor(JotType[] parameterTypes) Gets the constructor that takes parameters of the given types. |
JotConstructor[] |
JotClass.getConstructors() Creates an array of the public constructors declared for this type. |
JotConstructor |
JotClass.getConstructor(JotType[] parameterTypes) Gets the public constructor that takes parameters of the given types. |
JotConstructor |
JotClass.addConstructor(JotMember member, boolean before) Adds a new constructor to this type. |
Methods in oracle.jdeveloper.jot with parameters of type JotConstructor | |
void |
JotClass.removeConstructor(JotConstructor ctor) Removes an existing constructor from this type. |
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.