C# 클래스 Tools.ParserAction

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

공개 프로퍼티들

프로퍼티 타입 설명
m_len int
m_sym CSymbol

공개 메소드들

메소드 설명
ActNum ( ) : int
Action ( Parser yyp ) : SYMBOL
IsAction ( ) : System.Boolean
ParserAction ( SymbolsGen yyp ) : System
Print ( ) : void
Serialise ( object o, Tools.Serialiser s ) : object

보호된 메소드들

메소드 설명
ParserAction ( ) : System

메소드 상세

ActNum() 공개 메소드

public ActNum ( ) : int
리턴 int

Action() 공개 메소드

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

IsAction() 공개 메소드

public IsAction ( ) : System.Boolean
리턴 System.Boolean

ParserAction() 보호된 메소드

protected ParserAction ( ) : System
리턴 System

ParserAction() 공개 메소드

public ParserAction ( SymbolsGen yyp ) : System
yyp SymbolsGen
리턴 System

Print() 공개 메소드

public Print ( ) : void
리턴 void

Serialise() 공개 정적인 메소드

public static Serialise ( object o, Tools.Serialiser s ) : object
o object
s Tools.Serialiser
리턴 object

프로퍼티 상세

m_len 공개적으로 프로퍼티

public int m_len
리턴 int

m_sym 공개적으로 프로퍼티

public CSymbol,Tools m_sym
리턴 CSymbol