fr.expression4j.util
Class StringElement

java.lang.Object
  extended by fr.expression4j.util.StringElement

public class StringElement
extends java.lang.Object


Constructor Summary
StringElement(int type, java.lang.String value, Operator operator)
           
 
Method Summary
 Operator getOperator()
           
 int getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringElement

public StringElement(int type,
                     java.lang.String value,
                     Operator operator)
Method Detail

getType

public int getType()

getValue

public java.lang.String getValue()

getOperator

public Operator getOperator()