|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.expr.JIParserNode
oracle.jbo.expr.JIParserMethodNode
| Field Summary |
| Constructor Summary | |
JIParserMethodNode(JIExpr expr, java.lang.String s) |
|
| Method Summary | |
void |
addParm(JIParserNode n) |
void |
addParmClass(java.lang.String c) |
java.lang.Object |
evaluate(JIValueSupplier valueSupplier) |
com.sun.java.util.collections.ArrayList |
getParmValVec() |
void |
setCons(boolean c) |
| Methods inherited from class oracle.jbo.expr.JIParserNode |
cantConvert, convertIntoBoolean, convertIntoInteger, convertIntoLong, convertIntoString, getExpr, getFullIdentName, getLeftChild, getNodeType, getParent, getParentVal, getRightChild, getString, getVal, indent, isRValue, locateNode, locateNodeOfType, setIsRValue, setLeftChild, setNodeType, setParentVal, setRightChild, setString, setVal, toString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JIParserMethodNode(JIExpr expr,
java.lang.String s)
| Method Detail |
public void setCons(boolean c)
public com.sun.java.util.collections.ArrayList getParmValVec()
public void addParmClass(java.lang.String c)
public void addParm(JIParserNode n)
public java.lang.Object evaluate(JIValueSupplier valueSupplier)
evaluate in class JIParserNode
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||