Extension SDK 9.0.5

Uses of Interface
oracle.jdeveloper.jot.JotStatementExpression

Packages that use JotStatementExpression
oracle.jdeveloper.jot Provides classes and interfaces for JOT (the Java Object Toolkit). 
 

Uses of JotStatementExpression in oracle.jdeveloper.jot
 

Subinterfaces of JotStatementExpression in oracle.jdeveloper.jot
 interface JotAllocation
          The JotAllocation interface represents an allocation expression.
 interface JotAnonymousClass
          The JotAnonymousClass interface represents an anonymous class declaration.
 interface JotArrayAllocation
          The JotArrayAllocation represents an array allocation expression.
 interface JotAssignment
          A JotAssignment represents an assignment expression.
 interface JotClassAllocation
          The JotClassAllocation interface represents a class allocation expression.
 interface JotMethodCall
          The JotMethodCall interface corresponds to method invocation expressions.
 interface JotNestedExpression
          A JotNestedExpression represents an expression made up of two expressions and the dot operator.
 interface JotPostIncrementOrDecrement
          The JotPostIncrementOrDecrement interface represents a postfix increment or decrement expression.
 interface JotPreIncrementOrDecrement
          The JotPreIncrementOrDecrement interface represents a prefix increment or decrement expression.
 

Methods in oracle.jdeveloper.jot that return JotStatementExpression
 JotStatementExpression[] JotFor.getForUpdate()
          Retrieves the expression comprising the update clause of this statement.
 JotStatementExpression JotFor.addForUpdateExpression(JotStatementExpression marker, boolean before, java.lang.String exp)
          Adds a new expression to the update clause of this for statement.
static JotStatementExpression[] JotUtils.getMethodCalls(JotCodeBlock jCodeBlock, java.lang.String name)
           
 JotStatementExpression JotExpressionStatement.getExpression()
          Retrieves the expression associated with this JotExpressionStatement.
 JotStatementExpression[] JotForInitializer.getExpressions()
          Retrieves the list of statement expressions contained in this initialization clause.
 JotStatementExpression JotForInitializer.addExpression(JotStatementExpression marker, boolean before, java.lang.String exp)
          Adds a new expression to this initialization clause.
 

Methods in oracle.jdeveloper.jot with parameters of type JotStatementExpression
 JotStatementExpression JotFor.addForUpdateExpression(JotStatementExpression marker, boolean before, java.lang.String exp)
          Adds a new expression to the update clause of this for statement.
 void JotFor.removeForUpdateExpression(JotStatementExpression exp)
          Removes an existing expression from the update clause.
 JotStatementExpression JotForInitializer.addExpression(JotStatementExpression marker, boolean before, java.lang.String exp)
          Adds a new expression to this initialization clause.
 void JotForInitializer.removeExpression(JotStatementExpression exp)
          Removes an existing expression from this initialization clause.
 JotExpressionStatement JotHasChildStatement.addExpressionStatement(JotStatementExpression exp)
          Adds a new expression statement as the sub-statement.
 int JotCodeBlock.getComparableLocation(JotStatementExpression stmtExp)
          Retrieves the position of an expression in the list of elements.
 JotExpressionStatement JotCodeBlock.addExpressionStatement(JotBlockElement marker, boolean before, JotStatementExpression exp)
          Adds a new expression statement to this code block based on a specific expression.
 JotExpressionStatement JotCodeBlock.addExpressionStatement(JotStatementExpression exp)
          Adds a new expression statement to the end of this code block based on a specific expression.
 


Extension SDK

 

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