Class JsPool.VarType

java.lang.Object
  extended byJsPool.VarType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JsPool

public static final class JsPool.VarType
extends java.lang.Object
implements java.io.Serializable

Return Type of the variable

See Also:
Serialized Form

Field Summary
static JsPool.VarType CHAR
           
static JsPool.VarType NOVARIABLE
           
static JsPool.VarType NUMERIC
           
 
Method Summary
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHAR

public static final JsPool.VarType CHAR

NUMERIC

public static final JsPool.VarType NUMERIC

NOVARIABLE

public static final JsPool.VarType NOVARIABLE
Method Detail

getValue

public byte[] getValue()