|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.data.parser.postfixmathcommand.PostfixMathCommand
com.elegantj.data.parser.postfixmathcommand.RightTrim
Trims the string right hand side
Command Method ->
rightTrim
| Constructor Summary | |
RightTrim()
|
|
| Method Summary | |
static java.lang.String |
rightTrim(java.lang.String str,
int n)
Trims the string right hand side, it removes the white spaces |
void |
run(java.util.Stack inStack)
Determines the node execution with the stack of arguments and store the result back to the stack. |
| Methods inherited from class com.elegantj.data.parser.postfixmathcommand.PostfixMathCommand |
checkStack, getNumberOfParameters, getParameterTypes, getReturnType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RightTrim()
| Method Detail |
public static java.lang.String rightTrim(java.lang.String str,
int n)
str - the string to be trimmedn - the length
public void run(java.util.Stack inStack)
throws CommandFailedException,
ArgumentRequiredException,
InvalidArgumentException
PostfixMathCommandI
inStack - the stack of the arguments
CommandFailedException
ArgumentRequiredException
InvalidArgumentException
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||