Uses of Enum Class
com.stimulsoft.base.StiTokenType
Packages that use StiTokenType
-
Uses of StiTokenType in com.stimulsoft.base
Fields in com.stimulsoft.base declared as StiTokenTypeMethods in com.stimulsoft.base that return StiTokenTypeModifier and TypeMethodDescriptionstatic StiTokenTypeStiTokenType.forValue(int value) static StiTokenTypeReturns the enum constant of this class with the specified name.static StiTokenType[]StiTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.stimulsoft.base with parameters of type StiTokenTypeModifier and TypeMethodDescriptionvoidStiLexer.replaceWithNotEqualPrefix(StiTokenType prefix, String oldValue, String newValue) Replaces all occurrences of a specified String, with another specified String.Constructors in com.stimulsoft.base with parameters of type StiTokenTypeModifierConstructorDescriptionStiToken(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, Object obj) Creates an object of the type StiToken that contains an object.StiToken(StiTokenType type, int index, int length, 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 StiTokenTypeConstructors in com.stimulsoft.report.engine.parser with parameters of type StiTokenTypeModifierConstructorDescriptionStiToken(StiTokenType type) StiToken(StiTokenType type, int position, int length)