C# Class yydebug.yyDebugSimple

Inheritance: yyDebug
ファイルを表示 Open project: runefs/Marvin

Public Methods

Method Description
accept ( Object value ) : void
discard ( int state, int token, string name, Object value ) : void
error ( string message ) : void
lex ( int state, int token, string name, Object value ) : void
pop ( int state ) : void
push ( int state, Object value ) : void
reduce ( int from, int to, int rule, string text, int len ) : void
reject ( ) : void
shift ( int from, int to ) : void
shift ( int from, int to, int errorFlag ) : void

Private Methods

Method Description
println ( string s ) : void

Method Details

accept() public method

public accept ( Object value ) : void
value Object
return void

discard() public method

public discard ( int state, int token, string name, Object value ) : void
state int
token int
name string
value Object
return void

error() public method

public error ( string message ) : void
message string
return void

lex() public method

public lex ( int state, int token, string name, Object value ) : void
state int
token int
name string
value Object
return void

pop() public method

public pop ( int state ) : void
state int
return void

push() public method

public push ( int state, Object value ) : void
state int
value Object
return void

reduce() public method

public reduce ( int from, int to, int rule, string text, int len ) : void
from int
to int
rule int
text string
len int
return void

reject() public method

public reject ( ) : void
return void

shift() public method

public shift ( int from, int to ) : void
from int
to int
return void

shift() public method

public shift ( int from, int to, int errorFlag ) : void
from int
to int
errorFlag int
return void