com.stimulsoft.report.engine.parser
Class StiParser.StiToken

java.lang.Object
  extended by com.stimulsoft.report.engine.parser.StiParser.StiToken
Enclosing class:
StiParser

public static class StiParser.StiToken
extends java.lang.Object


Field Summary
 int Length
           
 int Position
           
 StiTokenType Type
           
 java.lang.String Value
           
 java.lang.Object ValueObject
           
 
Constructor Summary
StiParser.StiToken()
           
StiParser.StiToken(StiTokenType type)
           
StiParser.StiToken(StiTokenType type, int position, int length)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Type

public StiTokenType Type

Value

public java.lang.String Value

ValueObject

public java.lang.Object ValueObject

Position

public int Position

Length

public int Length
Constructor Detail

StiParser.StiToken

public StiParser.StiToken(StiTokenType type)

StiParser.StiToken

public StiParser.StiToken()

StiParser.StiToken

public StiParser.StiToken(StiTokenType type,
                          int position,
                          int length)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object