public abstract class StackEvaluator extends Evaluator<RippleList,RippleList,ModelConnection> implements StackMapping
| Constructor and Description |
|---|
StackEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
int |
arity() |
StackMapping |
getInverse() |
isTransparent, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, isTransparentpublic int arity()
arity in interface StackMappingpublic StackMapping getInverse() throws RippleException
getInverse in interface StackMappingStackMapping exactly inverse to this mapping,
or a NullMapping if no such mapping can be defined.RippleException - if the inverse cannot be determinedCopyright © 2007-2012 fortytwo.net. All Rights Reserved.