Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.expr
Class JICompoundBlock

java.lang.Object
  extended by oracle.jbo.expr.JIExpr
      extended by oracle.jbo.expr.JICompoundBlock
All Implemented Interfaces:
JIReservedVarNames

public class JICompoundBlock
extends JIExpr


Field Summary
 
Fields inherited from class oracle.jbo.expr.JIExpr
CLASS_INSTANCE, NULL_COMP_ALLOWED_FALSE, NULL_COMP_ALLOWED_TRUE, NULL_COMP_NOT_ALLOWED
 
Fields inherited from interface oracle.jbo.expr.JIReservedVarNames
RESERVED_VAR_VALUE
 
Constructor Summary
JICompoundBlock(JIExpr parent)
           
 
Method Summary
 boolean checkFor(JIToken word, int nodeTyp)
           
 boolean checkForSyntacticElem(JIExpr expr, JIToken word, int nodeTyp)
           
 java.lang.Class findClass(java.lang.String name)
           
 int getAddOperator(JIToken word)
           
 int getAndConjunction(JIToken word)
           
 int getComparisonOperator(JIToken word)
           
 int getOrConjunction(JIToken word)
           
 int getOriginNodeType()
           
 
Methods inherited from class oracle.jbo.expr.JIExpr
consumeWord, findNextWord, findNextWord, getAddExpr, getAndExpr, getAssignExpr, getBooleanExpr, getBuiltInMethodVal, getCastingClass, getCompareExpr, getExpr, getFullyQualifiedIdent, getIdentTerm, getInput, getMultiplyExpr, getNullComparison, getOrExpr, getParseExpr, getStmtExpr, getTerm, getVarDeclExpr, isBuiltInMethod, noMoreTokenCheck, rewindWord
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JICompoundBlock

public JICompoundBlock(JIExpr parent)
Method Detail

checkFor

public boolean checkFor(JIToken word,
                        int nodeTyp)
Specified by:
checkFor in class JIExpr

getComparisonOperator

public int getComparisonOperator(JIToken word)
Specified by:
getComparisonOperator in class JIExpr

getAndConjunction

public int getAndConjunction(JIToken word)
Specified by:
getAndConjunction in class JIExpr

getOrConjunction

public int getOrConjunction(JIToken word)
Specified by:
getOrConjunction in class JIExpr

getAddOperator

public int getAddOperator(JIToken word)
Specified by:
getAddOperator in class JIExpr

checkForSyntacticElem

public boolean checkForSyntacticElem(JIExpr expr,
                                     JIToken word,
                                     int nodeTyp)
Specified by:
checkForSyntacticElem in class JIExpr

getOriginNodeType

public int getOriginNodeType()

findClass

public java.lang.Class findClass(java.lang.String name)
Specified by:
findClass in class JIExpr

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.