Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.cmt.CmtMethodCall

Packages that use CmtMethodCall
oracle.jdeveloper.cmt The Component Model Tool, an API for manipulating Java source code. 
 

Uses of CmtMethodCall in oracle.jdeveloper.cmt
 

Methods in oracle.jdeveloper.cmt that return CmtMethodCall
 CmtMethodCall CmtMethodCall.getNestedMethodCall()
          Get the CmtMethodCall representation of the inner JotMethodCall in the event that this instance is part of a nested expression.
 CmtMethodCall CmtPropertySetting.getMethodCall()
           
 CmtMethodCall[] CmtMethodSource.getMethodCalls()
          Deprecated. Use getMethodCalls(boolean)
 CmtMethodCall[] CmtMethodSource.getMethodCalls(CmtSubcomponent subcomponent, java.lang.String methodName)
          Deprecated. Use getMethodCalls(CmtSubcomponent, String, boolean)
 CmtMethodCall CmtMethodSource.addMethodCall(CmtSubcomponent subcomponent, java.lang.String methodName)
           
 CmtMethodCall CmtMethodSource.addMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtSubcomponent subcomponent, java.lang.String methodName)
           
 CmtMethodCall CmtMethodSource.moveMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtMethodCall methodCall)
           
 

Methods in oracle.jdeveloper.cmt with parameters of type CmtMethodCall
 CmtMethodCall CmtMethodSource.addMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtSubcomponent subcomponent, java.lang.String methodName)
           
 CmtMethodCall CmtMethodSource.moveMethodCall(CmtMethodCall marker, boolean before, boolean subcomponentRelative, CmtMethodCall methodCall)
           
 void CmtMethodSource.removeMethodCall(CmtMethodCall methodCall)
           
 boolean CmtMethodSource.isPropertySetting(CmtMethodCall methodCall)
           
 


Extension SDK

 

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