com.jaxfront.core.jep
Class ListControlAccess
java.lang.Object
org.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.JaxfrontMathCommand
com.jaxfront.core.jep.SuperTypeNode
com.jaxfront.core.jep.ListControlAccess
- All Implemented Interfaces:
- org.nfunk.jep.function.PostfixMathCommandI
public class ListControlAccess
- extends SuperTypeNode
IntegerCast try to cast the given parameter to an Integer datatype. Casting
is only provided for these primitive datatypes: String Number
(double,long,int,short) boolean Other datatypes will throws a ParserException
- Version:
- 1.50
Field Summary |
static java.lang.String |
add
|
static java.lang.String |
copy
|
static java.lang.String |
copyContent
|
static java.lang.String |
delete
|
static java.lang.String |
edit
|
static java.lang.String |
moveDown
|
static java.lang.String |
moveUp
|
static java.lang.String |
paste
|
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
getNumberOfParameters, getRootNode, run, setCurNumberOfParameters |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delete
public static final java.lang.String delete
- See Also:
- Constant Field Values
add
public static final java.lang.String add
- See Also:
- Constant Field Values
copy
public static final java.lang.String copy
- See Also:
- Constant Field Values
copyContent
public static final java.lang.String copyContent
- See Also:
- Constant Field Values
edit
public static final java.lang.String edit
- See Also:
- Constant Field Values
moveUp
public static final java.lang.String moveUp
- See Also:
- Constant Field Values
moveDown
public static final java.lang.String moveDown
- See Also:
- Constant Field Values
paste
public static final java.lang.String paste
- See Also:
- Constant Field Values
ListControlAccess
public ListControlAccess()
callBooleanMethod
public void callBooleanMethod(java.lang.Object on,
java.lang.String qualifier,
java.lang.String value)
run
public void run(MathEvaluator.MathCommunicator communicator,
java.util.Stack stack)
throws org.nfunk.jep.ParseException
- Specified by:
run
in class JaxfrontMathCommand
- Throws:
org.nfunk.jep.ParseException
- See Also:
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)