Click or drag to resize

TreePatternLexer Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.TreePatternLexer"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.Antlr.Runtime.TreeTreePatternLexer

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public class TreePatternLexer

The TreePatternLexer type exposes the following members.

Constructors
  NameDescription
Public methodTreePatternLexer
Initializes a new instance of the TreePatternLexer class
Top
Methods
  NameDescription
Protected methodConsume
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextToken
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberArg
Public fieldStatic memberBegin
Protected fieldc
Current char
Public fieldStatic memberColon
Public fieldStatic memberDot
Public fieldStatic memberEnd
Public fielderror
Public fieldStatic memberId
Protected fieldn
How long is the pattern in char?
Protected fieldp
Index into input string
Protected fieldpattern
The tree pattern to lex like "(A B C)"
Public fieldStatic memberPercent
Public fieldsval
Set when token type is ID or ARG (name mimics Java's StreamTokenizer)
Top
See Also