Skip navigation links

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

E52944-01


oracle.jdeveloper.cmt
Interface CmtMethodCall


public interface CmtMethodCall

Method Summary
 CmtValue addArgument(CmtValue marker, boolean before, CmtSubcomponent value)
           
 CmtValue addArgument(CmtValue marker, boolean before, java.lang.String value)
           
 CmtValue[] getArguments()
           
 SourceMethodCallExpression getJotMethodCall()
          Get the SourceMethodCallExpression represented by this instance.
 java.lang.String getMethodName()
           
 CmtMethodSource getParent()
          Get the owning CmtMethod or null.
 CmtSubcomponent getSubcomponent()
           
 java.lang.Object invoke()
           
 void removeArgument(CmtValue value)
           

 

Method Detail

getParent

CmtMethodSource getParent()
Get the owning CmtMethod or null.

getSubcomponent

CmtSubcomponent getSubcomponent()

getMethodName

java.lang.String getMethodName()

getArguments

CmtValue[] getArguments()

addArgument

CmtValue addArgument(CmtValue marker,
                     boolean before,
                     java.lang.String value)

addArgument

CmtValue addArgument(CmtValue marker,
                     boolean before,
                     CmtSubcomponent value)

removeArgument

void removeArgument(CmtValue value)

invoke

java.lang.Object invoke()
                        throws java.lang.Exception
Throws:
java.lang.Exception

getJotMethodCall

SourceMethodCallExpression getJotMethodCall()
Get the SourceMethodCallExpression represented by this instance. Note that the SourceMethodCallExpression does not necessarily represent the entire expression, but rather may be a sub expression of a nested expression. e.g. The expression 'this.getContentPane().add(jButton1, null)' actually contains two SourceMethodCallExpression instances; getContentPane() and add(jButton1, null). Only the latter will be represented by a CmtMethodCall instance.

Skip navigation links

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

E52944-01


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