C# 클래스 Tools.SYMBOL

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
kids ObjectList
m_dollar object
pos int
yylx Lexer
yyps Parser

공개 메소드들

메소드 설명
ConcreteSyntaxTree ( ) : void
ConcreteSyntaxTree ( string n ) : void
IsAction ( ) : bool
IsCSymbol ( ) : bool
IsTerminal ( ) : bool
Matches ( string s ) : bool
Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
Print ( ) : void
SYMBOL ( Lexer yyl ) : System
SYMBOL ( Parser yyp ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
SYMBOL ( ) : System

메소드 상세

ConcreteSyntaxTree() 공개 메소드

public ConcreteSyntaxTree ( ) : void
리턴 void

ConcreteSyntaxTree() 공개 메소드

public ConcreteSyntaxTree ( string n ) : void
n string
리턴 void

IsAction() 공개 메소드

public IsAction ( ) : bool
리턴 bool

IsCSymbol() 공개 메소드

public IsCSymbol ( ) : bool
리턴 bool

IsTerminal() 공개 메소드

public IsTerminal ( ) : bool
리턴 bool

Matches() 공개 메소드

public Matches ( string s ) : bool
s string
리턴 bool

Pass() 공개 메소드

public Pass ( YyParser syms, int snum, ParserEntry &entry ) : bool
syms YyParser
snum int
entry ParserEntry
리턴 bool

Print() 공개 메소드

public Print ( ) : void
리턴 void

SYMBOL() 보호된 메소드

protected SYMBOL ( ) : System
리턴 System

SYMBOL() 공개 메소드

public SYMBOL ( Lexer yyl ) : System
yyl Lexer
리턴 System

SYMBOL() 공개 메소드

public SYMBOL ( Parser yyp ) : System
yyp Parser
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

kids 공개적으로 프로퍼티

public ObjectList kids
리턴 ObjectList

m_dollar 공개적으로 프로퍼티

public object m_dollar
리턴 object

pos 공개적으로 프로퍼티

public int pos
리턴 int

yylx 공개적으로 프로퍼티

public Lexer,Tools yylx
리턴 Lexer

yyps 공개적으로 프로퍼티

public Parser,Tools yyps
리턴 Parser