C# Class CodeBox.CodeLexer.Token

Afficher le fichier Open project: anaimi/codebox Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
FallsAfter ( List list, Token target ) : bool
FallsBefore ( List list, Token target ) : bool
GetHashCode ( ) : int
Index ( List list ) : int
Next ( List list ) : Token
Previous ( List list ) : Token
ToString ( ) : string
Token ( TokenType type, string value, List indices ) : System
UpdateLineNumber ( int offset ) : void

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FallsAfter() public méthode

public FallsAfter ( List list, Token target ) : bool
list List
target Token
Résultat bool

FallsBefore() public méthode

public FallsBefore ( List list, Token target ) : bool
list List
target Token
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Index() public méthode

public Index ( List list ) : int
list List
Résultat int

Next() public méthode

public Next ( List list ) : Token
list List
Résultat Token

Previous() public méthode

public Previous ( List list ) : Token
list List
Résultat Token

ToString() public méthode

public ToString ( ) : string
Résultat string

Token() public méthode

public Token ( TokenType type, string value, List indices ) : System
type TokenType
value string
indices List
Résultat System

UpdateLineNumber() public méthode

public UpdateLineNumber ( int offset ) : void
offset int
Résultat void