Property | Type | Description | |
---|---|---|---|
@delegate | OutputModelFactory | ||
codeBlockLevel | int | ||
currentBlock | |||
currentOuterMostAlt | |||
currentOuterMostAlternativeBlock | |||
currentRule | Stack |
||
extensions | IList |
||
root | |||
treeLevel | int | ||
walker | SourceGenTriggers |
Method | Description | |
---|---|---|
Action ( |
||
AddExtension ( |
||
Alternative ( |
||
BuildBaseListenerOutputModel ( bool header ) : |
||
BuildBaseVisitorOutputModel ( bool header ) : |
||
BuildLeftRecursiveRuleFunction ( |
||
BuildLexerOutputModel ( bool header ) : |
||
BuildLexerRuleActions ( |
||
BuildListenerOutputModel ( bool header ) : |
||
BuildNormalRuleFunction ( |
||
BuildParserOutputModel ( bool header ) : |
||
BuildRuleFunction ( |
||
BuildVisitorOutputModel ( bool header ) : |
||
Epsilon ( |
||
FinishAlternative ( |
||
GetChoiceBlock ( |
||
GetCodeBlockLevel ( ) : int | ||
GetCurrentBlock ( ) : |
||
GetCurrentOuterMostAlt ( ) : |
||
GetCurrentOuterMostAlternativeBlock ( ) : |
||
GetCurrentRuleFunction ( ) : |
||
GetEBNFBlock ( |
||
GetGenerator ( ) : |
||
GetGrammar ( ) : |
||
GetRoot ( ) : |
||
Lexer ( |
||
LexerFile ( string fileName ) : |
||
NeedsImplicitLabel ( |
||
OutputModelController ( OutputModelFactory factory ) : System.Collections.Generic | ||
Parser ( |
||
ParserFile ( string fileName ) : |
||
PopCurrentRule ( ) : |
||
PushCurrentRule ( |
||
Rule ( |
||
RulePostamble ( |
||
RuleRef ( |
||
Sempred ( |
||
Set ( |
||
SetCurrentBlock ( |
||
SetCurrentOuterMostAlt ( |
||
SetCurrentOuterMostAlternativeBlock ( |
||
SetRoot ( |
||
StringRef ( |
||
TokenRef ( |
||
Wildcard ( |
public Action ( |
||
ast | ||
return | IList |
public AddExtension ( |
||
ext | ||
return | void |
public Alternative ( |
||
alt | ||
outerMost | bool | |
return |
public BuildBaseListenerOutputModel ( bool header ) : |
||
header | bool | |
return |
public BuildBaseVisitorOutputModel ( bool header ) : |
||
header | bool | |
return |
public BuildLeftRecursiveRuleFunction ( |
||
r | ||
function | ||
return | void |
public BuildLexerOutputModel ( bool header ) : |
||
header | bool | |
return |
public BuildLexerRuleActions ( |
||
lexer | ||
r | ||
return | void |
public BuildListenerOutputModel ( bool header ) : |
||
header | bool | |
return |
public BuildNormalRuleFunction ( |
||
r | ||
function | ||
return | void |
public BuildParserOutputModel ( bool header ) : |
||
header | bool | |
return |
public BuildRuleFunction ( |
||
parser | ||
r | ||
return | void |
public BuildVisitorOutputModel ( bool header ) : |
||
header | bool | |
return |
public Epsilon ( |
||
alt | ||
outerMost | bool | |
return |
public FinishAlternative ( |
||
blk | ||
ops | IList |
|
outerMost | bool | |
return |
public GetChoiceBlock ( |
||
blkAST | ||
alts | IList |
|
label | ||
return |
public GetCurrentBlock ( ) : |
||
return |
public GetCurrentOuterMostAlt ( ) : |
||
return |
public GetCurrentOuterMostAlternativeBlock ( ) : |
||
return |
public GetCurrentRuleFunction ( ) : |
||
return |
public GetEBNFBlock ( |
||
ebnfRoot | ||
alts | IList |
|
return |
public GetRoot ( ) : |
||
return |
public Lexer ( |
||
file | ||
return |
public LexerFile ( string fileName ) : |
||
fileName | string | |
return |
public NeedsImplicitLabel ( |
||
ID | ||
op | LabeledOp | |
return | bool |
public OutputModelController ( OutputModelFactory factory ) : System.Collections.Generic | ||
factory | OutputModelFactory | |
return | System.Collections.Generic |
public Parser ( |
||
file | ||
return |
public ParserFile ( string fileName ) : |
||
fileName | string | |
return |
public PopCurrentRule ( ) : |
||
return |
public PushCurrentRule ( |
||
r | ||
return | void |
public Rule ( |
||
r | ||
return |
public RulePostamble ( |
||
function | ||
r | ||
return | IList |
public RuleRef ( |
||
ID | ||
label | ||
args | ||
return | IList |
public Sempred ( |
||
ast | ||
return | IList |
public Set ( |
||
setAST | ||
labelAST | ||
invert | bool | |
return | IList |
public SetCurrentBlock ( |
||
blk | ||
return | void |
public SetCurrentOuterMostAlt ( |
||
currentOuterMostAlt | ||
return | void |
public SetCurrentOuterMostAlternativeBlock ( |
||
currentOuterMostAlternativeBlock | ||
return | void |
public SetRoot ( |
||
root | ||
return | void |
public StringRef ( |
||
ID | ||
label | ||
return | IList |
public TokenRef ( |
||
ID | ||
label | ||
args | ||
return | IList |
public Wildcard ( |
||
ast | ||
labelAST | ||
return | IList |
public CodeBlock,Antlr4.Codegen.Model.Decl currentBlock | ||
return |
public Alternative,Antlr4.Tool currentOuterMostAlt | ||
return |
public CodeBlockForOuterMostAlt,Antlr4.Codegen.Model currentOuterMostAlternativeBlock | ||
return |
public OutputModelObject,Antlr4.Codegen.Model root | ||
return |