Свойство | Type | Description | |
---|---|---|---|
DataSeparator | string | ||
NewLine | string | ||
RuntimeStatsFilename | string | ||
Version | string | ||
parser | Antlr.Runtime.Debug.DebugParser |
Свойство | Type | Description | |
---|---|---|---|
backtrackDepth | int | ||
currentGrammarFileName | Stack |
||
currentLine | Stack |
||
currentPos | Stack |
||
currentRuleName | Stack |
||
decisionStack | Stack |
||
decisions | DoubleKeyMap |
||
lastRealTokenTouchedInDecision | IToken | ||
uniqueRules | bool>.Dictionary |
Méthode | Description | |
---|---|---|
BeginBacktrack ( int level ) : void | ||
ConsumeHiddenToken ( IToken token ) : void | ||
ConsumeToken ( IToken token ) : void | ||
EndBacktrack ( int level, bool successful ) : void | ||
EnterDecision ( int decisionNumber, bool couldBacktrack ) : void | ||
EnterRule ( string grammarFileName, string ruleName ) : void | ||
ExamineRuleMemoization ( IIntStream input, int ruleIndex, int stopIndex, string ruleName ) : void | ||
ExitDecision ( int decisionNumber ) : void | ||
ExitRule ( string grammarFileName, string ruleName ) : void | ||
GetDecisionStats ( ) : DoubleKeyMap |
||
GetDecisionStatsDump ( ) : string | ||
GetNumberOfHiddenTokens ( int i, int j ) : int | ||
GetReport ( ) : ProfileStats | ||
LT ( int i, IToken t ) : void | ||
Location ( int line, int pos ) : void | ||
Mark ( int i ) : void | ||
Memoize ( IIntStream input, int ruleIndex, int ruleStartIndex, string ruleName ) : void | ||
Profiler ( ) : System.Collections.Generic | ||
Profiler ( Antlr.Runtime.Debug.DebugParser parser ) : System.Collections.Generic | ||
RecognitionException ( RecognitionException e ) : void | ||
Rewind ( ) : void | ||
Rewind ( int i ) : void | ||
SemanticPredicate ( bool result, string predicate ) : void | ||
SetParser ( Antlr.Runtime.Debug.DebugParser parser ) : void | ||
Terminate ( ) : void | ||
ToNotifyString ( ) : string | ||
ToString ( ) : string | ||
ToString ( ProfileStats stats ) : string |
Méthode | Description | |
---|---|---|
CurrentDecision ( ) : DecisionEvent | ||
LocationDescription ( ) : string | ||
LocationDescription ( string file, string rule, int line, int pos ) : string | ||
Trim ( int X, int n ) : int[] |
public ConsumeHiddenToken ( IToken token ) : void | ||
token | IToken | |
Résultat | void |
public ConsumeToken ( IToken token ) : void | ||
token | IToken | |
Résultat | void |
protected CurrentDecision ( ) : DecisionEvent | ||
Résultat | DecisionEvent |
public EndBacktrack ( int level, bool successful ) : void | ||
level | int | |
successful | bool | |
Résultat | void |
public EnterDecision ( int decisionNumber, bool couldBacktrack ) : void | ||
decisionNumber | int | |
couldBacktrack | bool | |
Résultat | void |
public EnterRule ( string grammarFileName, string ruleName ) : void | ||
grammarFileName | string | |
ruleName | string | |
Résultat | void |
public ExamineRuleMemoization ( IIntStream input, int ruleIndex, int stopIndex, string ruleName ) : void | ||
input | IIntStream | |
ruleIndex | int | |
stopIndex | int | |
ruleName | string | |
Résultat | void |
public ExitDecision ( int decisionNumber ) : void | ||
decisionNumber | int | |
Résultat | void |
public ExitRule ( string grammarFileName, string ruleName ) : void | ||
grammarFileName | string | |
ruleName | string | |
Résultat | void |
public GetNumberOfHiddenTokens ( int i, int j ) : int | ||
i | int | |
j | int | |
Résultat | int |
public Location ( int line, int pos ) : void | ||
line | int | |
pos | int | |
Résultat | void |
protected LocationDescription ( string file, string rule, int line, int pos ) : string | ||
file | string | |
rule | string | |
line | int | |
pos | int | |
Résultat | string |
public Memoize ( IIntStream input, int ruleIndex, int ruleStartIndex, string ruleName ) : void | ||
input | IIntStream | |
ruleIndex | int | |
ruleStartIndex | int | |
ruleName | string | |
Résultat | void |
public Profiler ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public Profiler ( Antlr.Runtime.Debug.DebugParser parser ) : System.Collections.Generic | ||
parser | Antlr.Runtime.Debug.DebugParser | |
Résultat | System.Collections.Generic |
public RecognitionException ( RecognitionException e ) : void | ||
e | RecognitionException | |
Résultat | void |
public SemanticPredicate ( bool result, string predicate ) : void | ||
result | bool | |
predicate | string | |
Résultat | void |
public SetParser ( Antlr.Runtime.Debug.DebugParser parser ) : void | ||
parser | Antlr.Runtime.Debug.DebugParser | |
Résultat | void |
public static ToString ( ProfileStats stats ) : string | ||
stats | ProfileStats | |
Résultat | string |
public static string RuntimeStatsFilename | ||
Résultat | string |
protected IToken lastRealTokenTouchedInDecision | ||
Résultat | IToken |
public DebugParser,Antlr.Runtime.Debug parser | ||
Résultat | Antlr.Runtime.Debug.DebugParser |