프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
FromString ( string text, CompatibilityMode compatibilityMode, bool strictMode ) : Jurassic.Compiler.Token |
Creates a token from the given string.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | Jurassic.Compiler.Token |
public static KeywordToken,Jurassic.Compiler Synchronized | ||
리턴 |