ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.postfixmathcommand
Class Fill

java.lang.Object
  extended bycom.elegantj.data.parser.postfixmathcommand.PostfixMathCommand
      extended bycom.elegantj.data.parser.postfixmathcommand.Fill
All Implemented Interfaces:
PostfixMathCommandI

public class Fill
extends PostfixMathCommand

Fills the string with specified characters within specified length
Command Method -> fill


Constructor Summary
Fill()
           
 
Method Summary
static java.lang.String fill(java.lang.String chars, int n)
          Fills the string with chars possible times upto the specified length
 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

Fill

public Fill()
Method Detail

fill

public static java.lang.String fill(java.lang.String chars,
                                    int n)
Fills the string with chars possible times upto the specified length

Parameters:
chars - the characters to be filled
n - the length of the filled string
Returns:
the string

run

public void run(java.util.Stack inStack)
         throws CommandFailedException,
                ArgumentRequiredException,
                InvalidArgumentException
Description copied from interface: PostfixMathCommandI
Determines the node execution with the stack of arguments and store the result back to the stack.

Parameters:
inStack - the stack of the arguments
Throws:
CommandFailedException
ArgumentRequiredException
InvalidArgumentException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.