C# 클래스 Jurassic.Compiler.KeywordToken

Represents a reserved word in the source code.
상속: Jurassic.Compiler.Token
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abstract KeywordToken
Boolean KeywordToken
Break KeywordToken
Byte KeywordToken
Case KeywordToken
Catch KeywordToken
Char KeywordToken
Class KeywordToken
Const KeywordToken
Continue KeywordToken
Debugger KeywordToken
Default KeywordToken
Delete KeywordToken
Do KeywordToken
Double KeywordToken
Else KeywordToken
Enum KeywordToken
Export KeywordToken
Extends KeywordToken
Final KeywordToken
Finally KeywordToken
Float KeywordToken
For KeywordToken
Function KeywordToken
Goto KeywordToken
If KeywordToken
Implements KeywordToken
Import KeywordToken
In KeywordToken
InstanceOf KeywordToken
Int KeywordToken
Interface KeywordToken
Let KeywordToken
Long KeywordToken
Native KeywordToken
New KeywordToken
Package KeywordToken
Private KeywordToken
Protected KeywordToken
Public KeywordToken
Return KeywordToken
Short KeywordToken
Static KeywordToken
Super KeywordToken
Switch KeywordToken
Synchronized KeywordToken
This KeywordToken
Throw KeywordToken
Throws KeywordToken
Transient KeywordToken
Try KeywordToken
Typeof KeywordToken
Var KeywordToken
Void KeywordToken
Volatile KeywordToken
While KeywordToken
With KeywordToken
Yield KeywordToken

공개 메소드들

메소드 설명
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.

메소드 상세

FromString() 공개 정적인 메소드

Creates a token from the given string.
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 true if the lexer is operating in strict mode; /// false otherwise.
리턴 Jurassic.Compiler.Token

프로퍼티 상세

Abstract 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Abstract
리턴 KeywordToken

Boolean 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Boolean
리턴 KeywordToken

Break 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Break
리턴 KeywordToken

Byte 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Byte
리턴 KeywordToken

Case 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Case
리턴 KeywordToken

Catch 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Catch
리턴 KeywordToken

Char 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Char
리턴 KeywordToken

Class 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Class
리턴 KeywordToken

Const 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Const
리턴 KeywordToken

Continue 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Continue
리턴 KeywordToken

Debugger 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Debugger
리턴 KeywordToken

Default 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Default
리턴 KeywordToken

Delete 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Delete
리턴 KeywordToken

Do 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Do
리턴 KeywordToken

Double 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Double
리턴 KeywordToken

Else 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Else
리턴 KeywordToken

Enum 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Enum
리턴 KeywordToken

Export 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Export
리턴 KeywordToken

Extends 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Extends
리턴 KeywordToken

Final 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Final
리턴 KeywordToken

Finally 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Finally
리턴 KeywordToken

Float 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Float
리턴 KeywordToken

For 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler For
리턴 KeywordToken

Function 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Function
리턴 KeywordToken

Goto 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Goto
리턴 KeywordToken

If 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler If
리턴 KeywordToken

Implements 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Implements
리턴 KeywordToken

Import 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Import
리턴 KeywordToken

In 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler In
리턴 KeywordToken

InstanceOf 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler InstanceOf
리턴 KeywordToken

Int 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Int
리턴 KeywordToken

Interface 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Interface
리턴 KeywordToken

Let 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Let
리턴 KeywordToken

Long 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Long
리턴 KeywordToken

Native 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Native
리턴 KeywordToken

New 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler New
리턴 KeywordToken

Package 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Package
리턴 KeywordToken

Private 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Private
리턴 KeywordToken

Protected 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Protected
리턴 KeywordToken

Public 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Public
리턴 KeywordToken

Return 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Return
리턴 KeywordToken

Short 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Short
리턴 KeywordToken

Static 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Static
리턴 KeywordToken

Super 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Super
리턴 KeywordToken

Switch 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Switch
리턴 KeywordToken

Synchronized 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Synchronized
리턴 KeywordToken

This 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler This
리턴 KeywordToken

Throw 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Throw
리턴 KeywordToken

Throws 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Throws
리턴 KeywordToken

Transient 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Transient
리턴 KeywordToken

Try 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Try
리턴 KeywordToken

Typeof 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Typeof
리턴 KeywordToken

Var 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Var
리턴 KeywordToken

Void 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Void
리턴 KeywordToken

Volatile 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Volatile
리턴 KeywordToken

While 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler While
리턴 KeywordToken

With 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler With
리턴 KeywordToken

Yield 공개적으로 정적으로 프로퍼티

public static KeywordToken,Jurassic.Compiler Yield
리턴 KeywordToken