Home
last modified time | relevance | path

Searched refs:TTree (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeFactory.cs35 public interface ITreeFactory<TToken, TTree>
37 where TTree : ITree
39 TTree Create( TToken payload ); in Create()
41 TTree CloneTree( TTree tree ); in CloneTree()
43 TTree CloneNode( TTree node ); in CloneNode()
45 TTree Nil(); in Nil()
47TTree CreateErrorNode( ITokenStream<TToken> input, TToken start, TToken stop, RecognitionException… in CreateErrorNode()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRuleReturnScope`1.cs42 public class TreeRuleReturnScope<TTree> : IRuleReturnScope<TTree>
44 private TTree _start;
47 public TTree Start
68 TTree IRuleReturnScope<TTree>.Stop
72 return default(TTree);
80 return default(TTree);
DTemplateTreeRuleReturnScope`2.cs35 …public class TemplateTreeRuleReturnScope<TTemplate, TTree> : TreeRuleReturnScope<TTree>, ITemplate…
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRuleReturnScope.cs41 public class TreeRuleReturnScope<TTree> : IRuleReturnScope<TTree> {
42 private TTree _start;
45 public TTree Start {
55 TTree IRuleReturnScope<TTree>.Stop {
57 return default(TTree);
DTreeRewriter.cs36 public class TreeRewriter<TTree> : TreeParser {
40 System.Func<IAstRuleReturnScope<TTree>> topdown_func;
41 System.Func<IAstRuleReturnScope<TTree>> bottomup_func;
54 … public virtual object ApplyOnce(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule) { in ApplyOnce()
64 IAstRuleReturnScope<TTree> r = whichRule(); in ApplyOnce()
69 if (typeof(CommonTree).IsAssignableFrom(typeof(TTree))) { in ApplyOnce()
86 …public virtual object ApplyRepeatedly(object t, System.Func<IAstRuleReturnScope<TTree>> whichRule)… in ApplyRepeatedly()
105 public virtual IAstRuleReturnScope<TTree> Topdown() { in Topdown()
109 public virtual IAstRuleReturnScope<TTree> Bottomup() { in Bottomup()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DAstParserRuleReturnScope`2.cs35 …public class AstParserRuleReturnScope<TTree, TToken> : ParserRuleReturnScope<TToken>, IAstRuleRetu…
37 private TTree _tree;
39 public TTree Tree
/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
DMain.java180 TTree walker = new TTree(new CommonTreeNodeStream(t));
/external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/antlr3/
DTTree.g1 tree grammar TTree;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1125 TTree = class sealed class
2120 class procedure TTree.Initialize;
4685 Exit(TTree.INVALID_NODE);
5061 TTree.Initialize;