oracle.jbo.expr
Class JIExprJava
java.lang.Object
oracle.jbo.expr.JIInput
oracle.jbo.expr.JIExpr
oracle.jbo.expr.JIExprJava
- public class JIExprJava
- extends JIExpr
| Fields inherited from class oracle.jbo.expr.JIInput |
lexCharBegin, lexCharEnd, lexStringBegin, lexStringEnd, WORD_POS_STACK_DEPTH, WORD_TYP_BOOLEAN, WORD_TYP_CHAR, WORD_TYP_IDENT, WORD_TYP_INTEGER, WORD_TYP_NONE, WORD_TYP_NULL, WORD_TYP_STRING, WORD_TYP_UNKNOWN |
| Methods inherited from class oracle.jbo.expr.JIExpr |
getAddExpr, getAssignExpr, getBooleanExpr, getBooleanExprVal, getCastingClass, getCompareExpr, getExpr, getExprVal, getIdentTerm, getMultiplyExpr, getNullComparison, isShowParseTree, noMoreTokenCheck, setShowParseTree |
| Methods inherited from class oracle.jbo.expr.JIInput |
findNextWord, findNextWord, getInStream, getLine, getPos, getTheRestOfLine, getTheRestOfLineTrim, initLexChars, isAlpha, isNumber, pushWord, readLine, rewindWord, setContinueRead, setIdentToUpper, setInStream, setLine, setPos |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JIExprJava
public JIExprJava()
JIExprJava
public JIExprJava(java.io.LineNumberReader ins)
getPackages
public java.lang.String[] getPackages()
setPackages
public void setPackages(java.lang.String[] packages)
findClass
public java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
-
- Specified by:
findClass in class JIExpr
-
- Throws:
java.lang.ClassNotFoundException
getTerm
public JIParserNode getTerm()
-
- Overrides:
getTerm in class JIExpr
getComparisonOperators
public int getComparisonOperators(JIToken word)
-
- Specified by:
getComparisonOperators in class JIExpr
getReservedWord
public java.lang.String getReservedWord(int nodeType)
-
- Specified by:
getReservedWord in class JIExpr
checkForReservedWord
public boolean checkForReservedWord(java.lang.String word,
int nodeTyp)
-
- Specified by:
checkForReservedWord in class JIExpr
Copyright © 1997, 2005, Oracle. All rights reserved.