Uses of Class
com.stimulsoft.base.StiTokenType

Packages that use StiTokenType
com.stimulsoft.base   
com.stimulsoft.report.engine.parser   
 

Uses of StiTokenType in com.stimulsoft.base
 

Fields in com.stimulsoft.base declared as StiTokenType
 StiTokenType StiToken.type
          Gets or sets value indicates the type of token.
 

Methods in com.stimulsoft.base that return StiTokenType
static StiTokenType StiTokenType.forValue(int value)
           
static StiTokenType StiTokenType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiTokenType[] StiTokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base with parameters of type StiTokenType
 void StiLexer.replaceWithNotEqualPrefix(StiTokenType prefix, java.lang.String oldValue, java.lang.String newValue)
          Replaces all occurrences of a specified String, with another specified String.
 

Constructors in com.stimulsoft.base with parameters of type StiTokenType
StiToken(StiTokenType type)
          Create a new instance StiToken.
StiToken(StiTokenType type, int index, int length)
          Creates a new object of the type StiToken.
StiToken(StiTokenType type, int index, int length, char charValue)
          Creates a new object of the type StiToken.
StiToken(StiTokenType type, int index, int length, java.lang.Object obj)
          Creates an object of the type StiToken that contains an object.
StiToken(StiTokenType type, int index, int length, java.lang.String stringValue)
          Creates an object of the type StiToken that contains the value of the string.
 

Uses of StiTokenType in com.stimulsoft.report.engine.parser
 

Fields in com.stimulsoft.report.engine.parser declared as StiTokenType
 StiTokenType StiParser.StiToken.Type
           
 

Constructors in com.stimulsoft.report.engine.parser with parameters of type StiTokenType
StiParser.StiToken(StiTokenType type)
           
StiParser.StiToken(StiTokenType type, int position, int length)