com.jaxfront.core.jep
Class JaxfrontMathCommand
java.lang.Object
org.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.JaxfrontMathCommand
- All Implemented Interfaces:
- org.nfunk.jep.function.PostfixMathCommandI
- Direct Known Subclasses:
- ActAs, ArrayHelper, CallJavaScript, CallStyleMethod, CallVisualizerMethod, Collapse, DomHasChanged, FingerPrintValue, Format, GetEventSource, GetImageBase, GetMapProperty, GetNLS, GetPrimitiveDataType, GetProperty, GetTypeClassification, GetXuiEditorTargetType, HasErrors, JavaScriptProtokolFunction, JumpTo, LockUI, LogTo, LowerCase, Max, Min, NumberCast, PlaySound, RegExMatch, Rerender, Round, SetApplicationProperty, SetChoosenNode, SetHTMLAttribute, SetProperty, SetSerializable, SetVisible, SimpleDateFormat, SPrintF, StartsWith, StringCast, StringLength, SubString, SubStringAfter, SubStringBefore, Sum, SuperTypeNode, TargetTypeWrapper, Translate, Trim, UndoRedoUIAction, UpperCase, UserInfo, UserInstantiated, Visible
public abstract class JaxfrontMathCommand
- extends org.nfunk.jep.function.PostfixMathCommand
| Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
getNumberOfParameters, getRootNode, isFastFailable, run, setCurNumberOfParameters |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxfrontMathCommand
public JaxfrontMathCommand()
getDOM
public Document getDOM(MathEvaluator.MathCommunicator communicator)
invertParams
public java.util.List invertParams(java.util.Stack stack)
run
public void run(org.nfunk.jep.EvaluatorVisitor visitor,
java.util.Stack s)
throws org.nfunk.jep.ParseException
- Specified by:
run in interface org.nfunk.jep.function.PostfixMathCommandI- Overrides:
run in class org.nfunk.jep.function.PostfixMathCommand
- Throws:
org.nfunk.jep.ParseException
run
public abstract void run(MathEvaluator.MathCommunicator communicator,
java.util.Stack s)
throws org.nfunk.jep.ParseException
- Throws:
org.nfunk.jep.ParseException