C# 클래스 ComponentFactory.Quicksilver.Binding.Token

Token represents a single lexical item.
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver 1 사용 예제들

공개 메소드들

메소드 설명
Token ( TokenType type, int index ) : System

Initialize a new instance of the Token class.

Token ( TokenType type, int index, TypeCode typeCode, object value ) : System

Initialize a new instance of the Token class.

메소드 상세

Token() 공개 메소드

Initialize a new instance of the Token class.
public Token ( TokenType type, int index ) : System
type TokenType Type of value contained by the token.
index int Character position for start of token.
리턴 System

Token() 공개 메소드

Initialize a new instance of the Token class.
public Token ( TokenType type, int index, TypeCode typeCode, object value ) : System
type TokenType Type of value contained by the token.
index int Character position for start of token.
typeCode TypeCode Type of the value provided.
value object Token value.
리턴 System