|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectVisitor
org.drools.semantics.python.PythonExprVisitor
public class PythonExprVisitor
Visits nodes in a Jython parse tree to extract the individual expression criteria.
| Method Summary | |
|---|---|
java.lang.Object |
eval_input(SimpleNode node)
Visite the node. |
java.lang.Object |
visitName(Name node)
Visit a Name node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object eval_input(SimpleNode node)
throws java.lang.Exception
node - The node.
java.lang.Exception - If an error occurs while traversing.
public java.lang.Object visitName(Name node)
throws java.lang.Exception
node - The node.
java.lang.Exception - If an error occurs while traversing.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||