메소드 | 설명 | |
---|---|---|
Attach ( |
||
Attach ( |
||
BeforeGoto ( int stateId, int ruleId ) : void | ||
BeforeReduction ( int ruleId, int rhsLength ) : void | ||
BeforeShift ( int stateId, int tokenId, bool isErrorShift ) : void | ||
DefaultParserLogger ( |
||
NextToken ( int tokenId ) : void | ||
StateEntered ( ) : void |
메소드 | 설명 | |
---|---|---|
DumpStack ( ) : void | ||
Log ( string format ) : void | ||
LogRule ( string message, int ruleId ) : void | ||
LogState ( string action, int stateId ) : void | ||
LogToken ( string message, int tokenId ) : void |
public static Attach ( |
||
parser | ||
리턴 | void |
public static Attach ( |
||
parser | ||
output | ||
리턴 | void |
public BeforeGoto ( int stateId, int ruleId ) : void | ||
stateId | int | |
ruleId | int | |
리턴 | void |
public BeforeReduction ( int ruleId, int rhsLength ) : void | ||
ruleId | int | |
rhsLength | int | |
리턴 | void |
public BeforeShift ( int stateId, int tokenId, bool isErrorShift ) : void | ||
stateId | int | |
tokenId | int | |
isErrorShift | bool | |
리턴 | void |
public DefaultParserLogger ( |
||
parser | ||
verbosity | int | |
output | ||
리턴 | System |