|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topbraid.spin.arq.AbstractFunction
org.topbraid.spin.arq.AbstractFunction2
public abstract class AbstractFunction2
An abstract superclass for Functions with 2 arguments.
Constructor Summary | |
---|---|
AbstractFunction2()
|
Method Summary | |
---|---|
protected NodeValue |
exec(Node[] nodes,
FunctionEnv env)
|
protected abstract NodeValue |
exec(Node arg1,
Node arg2,
FunctionEnv env)
|
Methods inherited from class org.topbraid.spin.arq.AbstractFunction |
---|
build, exec |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractFunction2()
Method Detail |
---|
protected NodeValue exec(Node[] nodes, FunctionEnv env)
exec
in class AbstractFunction
protected abstract NodeValue exec(Node arg1, Node arg2, FunctionEnv env)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |