Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotMethodCall

Packages that use JotMethodCall
oracle.jdeveloper.audit.java Helper and transform classes for auditing Java documents and working with the Java object model. 
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotMethodCall in oracle.jdeveloper.audit.java
 

Methods in oracle.jdeveloper.audit.java with parameters of type JotMethodCall
 JotMethod JavaHelper.getCalledMethod(JotMethodCall expression)
          Gets the method called by a method call, or null if the method call is unresolvable.
 JotType JavaHelper.getSearchType(JotMethodCall expression)
          Gets the type of the context for the search for the called method, or null if the type is unresolvable (in this case, JavaHelper.getType(oracle.jdeveloper.jot.JotExpression) will also return null).
 JotType[] JavaHelper.getArgumentTypes(JotMethodCall expression)
          Gets the actual argument types of a method call, one for each argument.
 JotCodeElement JavaHelper.getReferredVariable(JotMethodCall expression)
          Gets the field, local variable, or parameter referred to by the primary expression embedded in a method call, or null if none.
 java.util.Iterator JavaHelper.getReferredVariablesOrTypes(JotMethodCall expression)
          Gets the fields, local variables, parameters, or types referred to by each element of the primary expression embedded in a method call, in left to right order, or an empty list if none.
 

Uses of JotMethodCall in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt that return JotMethodCall
 JotMethodCall CmtMethodCall.getJotMethodCall()
          Get the JotMethodCall represented by this instance.
 

Uses of JotMethodCall in oracle.jdeveloper.jot
 

Methods in oracle.jdeveloper.jot that return JotMethodCall
 JotMethodCall JotHasChildStatement.createMethodCall(java.lang.String object, java.lang.String method)
          Creates a new method call.
 JotMethodCall JotExpression.getAsMethodCall()
          Retrieves the JotMethodCall representing this expression if it is a method call.
 JotMethodCall JotCodeBlock.createMethodCall(java.lang.String object, java.lang.String method)
          Creates a new method call.
 

Methods in oracle.jdeveloper.jot with parameters of type JotMethodCall
 JotNestedExpression JotHasChildStatement.createNestedMethodCall(JotMethodCall firstCall, JotMethodCall secondCall)
          Creates a new nested method call.
 JotNestedExpression JotCodeBlock.createNestedMethodCall(JotMethodCall firstCall, JotMethodCall secondCall)
          Creates a new nested method call.
static boolean JotNames.usedAsArgument(JotMethodCall call, java.lang.String name)
          Searches a method call's argument list for the presence of a given name.
static void JotNames.renameInArguments(JotMethodCall call, java.lang.String name, java.lang.String newName)
          Searches a method call's argument list for the presence of a given name, and replaces all its occurences.
 


Extension SDK

 

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