|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.cog.karajan.parser.AbstractGrammarElement
org.globus.cog.karajan.parser.atoms.AbstractAtom
org.globus.cog.karajan.parser.atoms.AbstractBinaryNumericAtom
org.globus.cog.karajan.parser.atoms.Divide
public class Divide
Nested Class Summary | |
---|---|
static class |
Divide.Eval
|
Field Summary |
---|
Fields inherited from class org.globus.cog.karajan.parser.atoms.AbstractBinaryNumericAtom |
---|
staticEvaluator |
Fields inherited from class org.globus.cog.karajan.parser.AbstractGrammarElement |
---|
GEATYPE, optimized |
Constructor Summary | |
---|---|
Divide()
|
Method Summary | |
---|---|
protected AbstractBinaryNumericEvaluator |
newEval(Object v1,
Object v2)
|
Methods inherited from class org.globus.cog.karajan.parser.atoms.AbstractBinaryNumericAtom |
---|
parse |
Methods inherited from class org.globus.cog.karajan.parser.atoms.AbstractAtom |
---|
_optimize, evaluate, newInstance, popstr, read, setParams |
Methods inherited from class org.globus.cog.karajan.parser.AbstractGrammarElement |
---|
assertEquals, assertFalse, assertTrue, assertTrue, errorForm, expect, optimize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Divide()
Method Detail |
---|
protected AbstractBinaryNumericEvaluator newEval(Object v1, Object v2)
newEval
in class AbstractBinaryNumericAtom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |