Property | Type | Description | |
---|---|---|---|
Abstract | |||
Boolean | |||
Break | |||
Byte | |||
Case | |||
Catch | |||
Char | |||
Class | |||
Const | |||
Continue | |||
Debugger | |||
Default | |||
Delete | |||
Do | |||
Double | |||
Else | |||
Enum | |||
Export | |||
Extends | |||
Final | |||
Finally | |||
Float | |||
For | |||
Function | |||
Goto | |||
If | |||
Implements | |||
Import | |||
In | |||
InstanceOf | |||
Int | |||
Interface | |||
Let | |||
Long | |||
Native | |||
New | |||
Package | |||
Private | |||
Protected | |||
Public | |||
Return | |||
Short | |||
Static | |||
Super | |||
Switch | |||
Synchronized | |||
This | |||
Throw | |||
Throws | |||
Transient | |||
Try | |||
Typeof | |||
Var | |||
Void | |||
Volatile | |||
While | |||
With | |||
Yield |
Method | Description | |
---|---|---|
FromString ( string text, CompatibilityMode compatibilityMode, bool strictMode ) : Jurassic.Compiler.Token |
Creates a token from the given string.
|
Method | Description | |
---|---|---|
InitializeLookupTable ( Jurassic.Compiler.Token additionalKeywords ) : Token>.Dictionary |
Initializes a lookup table by combining the base list with a second list of keywords.
|
|
KeywordToken ( string name ) : System |
Creates a new KeywordToken instance.
|
public static FromString ( string text, CompatibilityMode compatibilityMode, bool strictMode ) : Jurassic.Compiler.Token | ||
text | string | The text. |
compatibilityMode | CompatibilityMode | The script engine compatibility mode. |
strictMode | bool | |
return | Jurassic.Compiler.Token |
public static KeywordToken,Jurassic.Compiler Abstract | ||
return |
public static KeywordToken,Jurassic.Compiler Boolean | ||
return |
public static KeywordToken,Jurassic.Compiler Break | ||
return |
public static KeywordToken,Jurassic.Compiler Byte | ||
return |
public static KeywordToken,Jurassic.Compiler Case | ||
return |
public static KeywordToken,Jurassic.Compiler Catch | ||
return |
public static KeywordToken,Jurassic.Compiler Char | ||
return |
public static KeywordToken,Jurassic.Compiler Class | ||
return |
public static KeywordToken,Jurassic.Compiler Const | ||
return |
public static KeywordToken,Jurassic.Compiler Continue | ||
return |
public static KeywordToken,Jurassic.Compiler Debugger | ||
return |
public static KeywordToken,Jurassic.Compiler Default | ||
return |
public static KeywordToken,Jurassic.Compiler Delete | ||
return |
public static KeywordToken,Jurassic.Compiler Double | ||
return |
public static KeywordToken,Jurassic.Compiler Else | ||
return |
public static KeywordToken,Jurassic.Compiler Enum | ||
return |
public static KeywordToken,Jurassic.Compiler Export | ||
return |
public static KeywordToken,Jurassic.Compiler Extends | ||
return |
public static KeywordToken,Jurassic.Compiler Final | ||
return |
public static KeywordToken,Jurassic.Compiler Finally | ||
return |
public static KeywordToken,Jurassic.Compiler Float | ||
return |
public static KeywordToken,Jurassic.Compiler For | ||
return |
public static KeywordToken,Jurassic.Compiler Function | ||
return |
public static KeywordToken,Jurassic.Compiler Goto | ||
return |
public static KeywordToken,Jurassic.Compiler Implements | ||
return |
public static KeywordToken,Jurassic.Compiler Import | ||
return |
public static KeywordToken,Jurassic.Compiler InstanceOf | ||
return |
public static KeywordToken,Jurassic.Compiler Int | ||
return |
public static KeywordToken,Jurassic.Compiler Interface | ||
return |
public static KeywordToken,Jurassic.Compiler Let | ||
return |
public static KeywordToken,Jurassic.Compiler Long | ||
return |
public static KeywordToken,Jurassic.Compiler Native | ||
return |
public static KeywordToken,Jurassic.Compiler New | ||
return |
public static KeywordToken,Jurassic.Compiler Package | ||
return |
public static KeywordToken,Jurassic.Compiler Private | ||
return |
public static KeywordToken,Jurassic.Compiler Protected | ||
return |
public static KeywordToken,Jurassic.Compiler Public | ||
return |
public static KeywordToken,Jurassic.Compiler Return | ||
return |
public static KeywordToken,Jurassic.Compiler Short | ||
return |
public static KeywordToken,Jurassic.Compiler Static | ||
return |
public static KeywordToken,Jurassic.Compiler Super | ||
return |
public static KeywordToken,Jurassic.Compiler Switch | ||
return |
public static KeywordToken,Jurassic.Compiler Synchronized | ||
return |
public static KeywordToken,Jurassic.Compiler This | ||
return |
public static KeywordToken,Jurassic.Compiler Throw | ||
return |
public static KeywordToken,Jurassic.Compiler Throws | ||
return |
public static KeywordToken,Jurassic.Compiler Transient | ||
return |
public static KeywordToken,Jurassic.Compiler Try | ||
return |
public static KeywordToken,Jurassic.Compiler Typeof | ||
return |
public static KeywordToken,Jurassic.Compiler Var | ||
return |
public static KeywordToken,Jurassic.Compiler Void | ||
return |
public static KeywordToken,Jurassic.Compiler Volatile | ||
return |
public static KeywordToken,Jurassic.Compiler While | ||
return |
public static KeywordToken,Jurassic.Compiler With | ||
return |