Home
last modified time | relevance | path

Searched defs:ttype (Results 1 – 25 of 80) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITree.cs66 bool HasAncestor(int ttype); in HasAncestor()
69 ITree GetAncestor(int ttype); in GetAncestor()
DTreeWizard.cs267 public virtual IList Find(object t, int ttype) { in Find()
292 public virtual object FindFirst(object t, int ttype) { in FindFirst()
307 public void Visit(object t, int ttype, IContextVisitor visitor) { in Visit()
311 public void Visit(object t, int ttype, System.Action<object> action) { in Visit()
316 …protected virtual void VisitCore(object t, object parent, int childIndex, int ttype, IContextVisit… in VisitCore()
DBaseTree.cs379 public virtual bool HasAncestor(int ttype) { in HasAncestor()
384 public virtual ITree GetAncestor(int ttype) { in GetAncestor()
DTreePatternParser.cs38 protected int ttype; field in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITree.cs70 bool HasAncestor( int ttype ); in HasAncestor()
73 ITree GetAncestor( int ttype ); in GetAncestor()
DTreeWizard.cs306 public virtual IList Find( object t, int ttype ) in Find()
334 public virtual object FindFirst( object t, int ttype ) in FindFirst()
351 public void Visit( object t, int ttype, IContextVisitor visitor ) in Visit()
356 public void Visit( object t, int ttype, System.Action<object> action ) in Visit()
362 …protected virtual void VisitCore( object t, object parent, int childIndex, int ttype, IContextVisi… in VisitCore()
DBaseTree.cs455 public virtual bool HasAncestor( int ttype ) in HasAncestor()
461 public virtual ITree GetAncestor( int ttype ) in GetAncestor()
DTreePatternParser.cs40 protected int ttype; field in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js109 match: function(input, ttype, follow) { argument
142 mismatchIsUnwantedToken: function(input, ttype) { argument
192 mismatch: function(input, ttype, follow) { argument
650 ttype, argument
DCommonTokenStream.js112 setTokenTypeChannel: function(ttype, channel) { argument
119 discardTokenType: function(ttype) { argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeWizard.java185 int ttype = adaptor.getType(t); in _index() local
200 public List find(Object t, int ttype) { in find()
236 public Object findFirst(Object t, int ttype) { in findFirst()
249 public void visit(Object t, int ttype, ContextVisitor visitor) { in visit()
254 protected void _visit(Object t, Object parent, int childIndex, int ttype, ContextVisitor visitor) { in _visit()
DTree.java58 public boolean hasAncestor(int ttype); in hasAncestor()
61 public Tree getAncestor(int ttype); in getAncestor()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreePatternParser.h40 NSInteger ttype; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreePatternParser.h40 NSInteger ttype; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreePatternParser.h40 NSInteger ttype; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreePatternParser.h40 NSInteger ttype; variable
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DSerializedGrammar.java78 int ttype; field in SerializedGrammar.TokenRef
79 public TokenRef(int ttype) { this.ttype = ttype; } in TokenRef()
153 int ttype = in.readShort(); in readAlt() local
DBaseRecognizer.java100 public Object match(IntStream input, int ttype, BitSet follow) in match()
126 public boolean mismatchIsUnwantedToken(IntStream input, int ttype) { in mismatchIsUnwantedToken()
588 protected Object recoverFromMismatchedToken(IntStream input, int ttype, BitSet follow) in recoverFromMismatchedToken()
677 int ttype = input.LA(1); in consumeUntil() local
687 int ttype = input.LA(1); in consumeUntil() local
DLegacyCommonTokenStream.java166 public void setTokenTypeChannel(int ttype, int channel) { in setTokenTypeChannel()
173 public void discardTokenType(int ttype) { in discardTokenType()
231 public List getTokens(int start, int stop, int ttype) { in getTokens()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java163 int ttype = g.getTokenType(t.getText()); in token() local
176 int ttype = g.getTokenType(t.getText()); in charLiteral() local
DGrammarAST.java386 public GrammarAST findFirstType(int ttype) { in findFirstType()
401 public List<GrammarAST> findAllType(int ttype) { in findAllType()
407 public void _findAllType(int ttype, List<GrammarAST> nodes) { in _findAllType()
492 int ttype = child.getType(); in getChildrenForDupTree() local
DAssignTokenTypesBehavior.java304 int ttype = ((Integer)tokens.get(tokenID)).intValue(); in defineTokenNamesAndLiteralsInGrammar() local
310 int ttype = ((Integer)stringLiterals.get(lit)).intValue(); in defineTokenNamesAndLiteralsInGrammar() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in match()
529 …atchIsUnwantedToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype) in mismatchIsUnwantedToken()
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
1432 recoverFromMismatchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSE… in recoverFromMismatchedToken()
1718 ANTLR3_UINT32 ttype; in consumeUntil() local
1768 ANTLR3_UINT32 ttype; in consumeUntilSet() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DLegacyCommonTokenStream.cs227 public virtual void SetTokenTypeChannel( int ttype, int channel ) in SetTokenTypeChannel()
236 public virtual void DiscardTokenType( int ttype ) in DiscardTokenType()
311 public virtual IList<IToken> GetTokens( int start, int stop, int ttype ) in GetTokens()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLegacyCommonTokenStream.cs209 public virtual void SetTokenTypeChannel(int ttype, int channel) { in SetTokenTypeChannel()
216 public virtual void DiscardTokenType(int ttype) { in DiscardTokenType()
276 public virtual IList<IToken> GetTokens(int start, int stop, int ttype) { in GetTokens()

1234