Click or drag to resize

StiLexer Class

[Missing <summary> documentation for "T:Stimulsoft.Base.StiLexer"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.BaseStiLexer

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public sealed class StiLexer

The StiLexer type exposes the following members.

Constructors
  NameDescription
Public methodStiLexer
Initializes a new instance of the StiLexer class
Top
Properties
  NameDescription
Public propertyPositionInText
Public propertyText
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetAllTokens
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPosition
Public methodGetToken
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentExists
Public methodReplaceWithNotEqualPrefix
Public methodReplaceWithPrefix(String, String, String)
Public methodStatic memberReplaceWithPrefix(String, String, String, String)
Public methodReset
Public methodSavePosToken
Public methodScanChar
Public methodScanIdent
Public methodScanNumber
Public methodScanString
Public methodSkip
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUngetToken
Public methodWaitAssign2
Public methodWaitComma2
Public methodWaitLbrace2
Public methodWaitLparen2
Public methodWaitRbrace2
Public methodWaitRparen2
Public methodWaitSemicolon2
Top
See Also