|
ScriptStack 1.0.0
A .NET scripting language
|
A lexical token or simply token is a string with an assigned and thus identified meaning. Mehr ...
Öffentliche Methoden | |
| Token (TokenType tokenType, object lexeme, int line, int column, String sourceLine) | |
| override string | ToString () |
Propertys | |
| TokenType | Type [get] |
| object | Lexeme [get] |
| int | Line [get] |
| int | Column [get] |
| string | Text [get] |
Private Attribute | |
| TokenType | tokenType |
| object | lexeme |
| int | line |
| int | column |
| String | text |
A lexical token or simply token is a string with an assigned and thus identified meaning.
| ScriptStack.Compiler.Token.Token | ( | TokenType | tokenType, |
| object | lexeme, | ||
| int | line, | ||
| int | column, | ||
| String | sourceLine ) |
Benutzt ScriptStack.Compiler.Token.column, ScriptStack.Compiler.Token.lexeme, ScriptStack.Compiler.Token.line und ScriptStack.Compiler.Token.tokenType.
| override string ScriptStack.Compiler.Token.ToString | ( | ) |
|
private |
Wird benutzt von ScriptStack.Compiler.Token.Token().
|
private |
Wird benutzt von ScriptStack.Compiler.Token.Token() und ScriptStack.Compiler.Token.ToString().
|
private |
Wird benutzt von ScriptStack.Compiler.Token.Token().
|
private |
|
private |
Wird benutzt von ScriptStack.Compiler.Token.Token() und ScriptStack.Compiler.Token.ToString().
|
get |
|
get |
Wird benutzt von ScriptStack.Compiler.Parser.Atom(), ScriptStack.Compiler.Parser.EnumDeclaration(), ScriptStack.Compiler.Parser.ExpectIdentifier(), ScriptStack.Compiler.Parser.FunctionDeclaration(), ScriptStack.Compiler.Parser.ReadIdentifier(), ScriptStack.Compiler.Parser.Statement() und ScriptStack.Compiler.Parser.StructDeclaration().
|
get |
Wird benutzt von ScriptStack.Compiler.Parser.InsertDebugInfo().
|
get |
Wird benutzt von ScriptStack.Compiler.Parser.InsertDebugInfo().
|
get |
Wird benutzt von ScriptStack.Compiler.Parser.And(), ScriptStack.Compiler.Parser.Arithmetic(), ScriptStack.Compiler.Parser.ArrayAssignment(), ScriptStack.Compiler.Parser.Assignment(), ScriptStack.Compiler.Parser.Atom(), ScriptStack.Compiler.Parser.BinaryAnd(), ScriptStack.Compiler.Parser.BinaryNot(), ScriptStack.Compiler.Parser.BinaryNotAssign(), ScriptStack.Compiler.Parser.BinaryOr(), ScriptStack.Compiler.Parser.BraceArray(), ScriptStack.Compiler.Parser.BracketArray(), ScriptStack.Compiler.Parser.Break(), ScriptStack.Compiler.Parser.Continue(), ScriptStack.Compiler.Parser.EnumDeclaration(), ScriptStack.Compiler.Parser.ExpectIdentifier(), ScriptStack.Compiler.Parser.For(), ScriptStack.Compiler.Parser.ForEach(), ScriptStack.Compiler.Parser.FunctionDeclaration(), ScriptStack.Compiler.Parser.If(), ScriptStack.Compiler.Parser.IsMember(), ScriptStack.Compiler.Parser.IsPointer(), ScriptStack.Compiler.Parser.LocalVariableDeclaration(), ScriptStack.Compiler.Parser.LockedStatementList(), ScriptStack.Compiler.Parser.MemberAssignment(), ScriptStack.Compiler.Parser.Notify(), ScriptStack.Compiler.Parser.Or(), ScriptStack.Compiler.Parser.ParseScript(), ScriptStack.Compiler.Parser.PostDecrement(), ScriptStack.Compiler.Parser.PostIncrement(), ScriptStack.Compiler.Parser.PreDecrement(), ScriptStack.Compiler.Parser.PreIncrement(), ScriptStack.Compiler.Parser.ReadComma(), ScriptStack.Compiler.Parser.ReadIdentifier(), ScriptStack.Compiler.Parser.ReadLeftBrace(), ScriptStack.Compiler.Parser.ReadLeftBracket(), ScriptStack.Compiler.Parser.ReadLeftParenthesis(), ScriptStack.Compiler.Parser.ReadPeriod(), ScriptStack.Compiler.Parser.ReadRightBrace(), ScriptStack.Compiler.Parser.ReadRightBracket(), ScriptStack.Compiler.Parser.ReadRightParenthesis(), ScriptStack.Compiler.Parser.ReadSemicolon(), ScriptStack.Compiler.Parser.Relation(), ScriptStack.Compiler.Parser.Return(), ScriptStack.Compiler.Parser.Run(), ScriptStack.Compiler.Parser.ShiftLeft(), ScriptStack.Compiler.Parser.ShiftRight(), ScriptStack.Compiler.Parser.Statement(), ScriptStack.Compiler.Parser.StructDeclaration(), ScriptStack.Compiler.Parser.Switch(), ScriptStack.Compiler.Parser.Term(), ScriptStack.Compiler.Parser.VariableAssignment(), ScriptStack.Compiler.Parser.VariableDeclaration(), ScriptStack.Compiler.Parser.Wait(), ScriptStack.Compiler.Parser.While(), ScriptStack.Compiler.Parser.Xor() und ScriptStack.Compiler.Parser.Yield().