Home
last modified time | relevance | path

Searched refs:RulePostProcessing (Results 1 – 12 of 12) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs130 public virtual object RulePostProcessing(object root) { in RulePostProcessing() method in Antlr.Runtime.Debug.DebugTreeAdaptor
131 return adaptor.RulePostProcessing(root); in RulePostProcessing()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs162 object RulePostProcessing(object root); in RulePostProcessing() method
DBaseTreeAdaptor.cs178 public virtual object RulePostProcessing(object root) { in RulePostProcessing() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DASTParser.stg189 retval.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
DASTTreeParser.stg376 retval.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
DAST.stg198 <prevRuleRootRef()>.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DASTParser.stg213 RetVal.Tree := Adaptor.RulePostProcessing(Root[0]) as I<ASTLabelType>;
DASTTreeParser.stg302 RetVal.Tree := Adaptor.RulePostProcessing(Root[0]) as I<ASTLabelType>;
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DASTParser.stg200 retval.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
DASTTreeParser.stg373 retval.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
DAST.stg196 <prevRuleRootRef()>.Tree = (<ASTLabelType>)adaptor.RulePostProcessing(root_0);
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas178 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface; in RulePostProcessing() function
1279 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface; virtual; in RulePostProcessing() function
2840 function TBaseTreeAdaptor.RulePostProcessing( in TBaseTreeAdaptor.RulePostProcessing() function