Searched refs:tokenIndex (Results 1 - 25 of 46) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DToken.as52 function get tokenIndex():int;
53 function set tokenIndex(index:int):void;
H A DCommonToken.as71 token._index = oldToken.tokenIndex;
149 public function get tokenIndex():int {
153 public function set tokenIndex(index:int):void {
179 return "[@"+tokenIndex+","+startIndex+":"+stopIndex+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+charPositionInLine+"]";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DUnbufferedTokenStream.cs57 protected int tokenIndex; // simple counter to set token index in tokens field in class:Antlr.Runtime.UnbufferedTokenStream
80 t.TokenIndex = this.tokenIndex++;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DUnbufferedTokenStream.java52 protected int tokenIndex = 0; // simple counter to set token index in tokens field in class:UnbufferedTokenStream
63 t.setTokenIndex(tokenIndex++);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as18 (stop.tokenIndex < start.tokenIndex &&
44 var i:int = Token(start).tokenIndex;
45 var j:int = Token(stop).tokenIndex;
H A DCommonTree.as116 return _token.tokenIndex;
127 return _token.tokenIndex;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DUnbufferedTokenStream.cs59 protected int tokenIndex; // simple counter to set token index in tokens field in class:Antlr.Runtime.UnbufferedTokenStream
143 t.TokenIndex = this.tokenIndex++;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnbufferedTokenStream.h40 NSInteger tokenIndex; // simple counter to set token index in tokens variable
45 @property (getter=getTokenIndex, setter=setTokenIndex) NSInteger tokenIndex; variable
H A DANTLRDebugEventListener.h249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnbufferedTokenStream.h40 NSInteger tokenIndex; // simple counter to set token index in tokens variable
45 @property (getter=getTokenIndex, setter=setTokenIndex) NSInteger tokenIndex; variable
H A DANTLRDebugEventListener.h249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnbufferedTokenStream.h40 NSInteger tokenIndex; // simple counter to set token index in tokens variable
45 @property (getter=getTokenIndex, setter=setTokenIndex) NSInteger tokenIndex; variable
H A DANTLRDebugEventListener.h249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnbufferedTokenStream.h40 NSInteger tokenIndex; // simple counter to set token index in tokens variable
45 @property (getter=getTokenIndex, setter=setTokenIndex:) NSInteger tokenIndex; variable
H A DANTLRDebugEventListener.h249 - (void) createNode:(unsigned)hash fromTokenAtIndex:(NSInteger)tokenIndex;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs182 public int tokenIndex = -1; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
185 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, string text) { argument
190 this.tokenIndex = tokenIndex;
208 return tokenIndex;
453 int tokenIndex = int.Parse(elements[2]);
454 // create dummy node/token filled with ID, tokenIndex
456 ProxyToken token = new ProxyToken(tokenIndex);
499 int tokenIndex = int.Parse(elements[offset + 4]);
502 return new ProxyTree(ID, type, tokenLine, charPositionInLine, tokenIndex, tex
[all...]
H A DTraceDebugEventListener.cs98 int tokenIndex = token.TokenIndex;
99 Console.Out.WriteLine("create " + ID + ": " + tokenIndex);
H A DDebugEventSocketProxy.cs289 int tokenIndex = adaptor.GetTokenStartIndex(t);
291 buf.Append(tokenIndex);
332 int tokenIndex = token.TokenIndex;
333 Transmit("createNode\t" + ID + "\t" + tokenIndex);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs218 public int tokenIndex = -1; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
221 public ProxyTree( int ID, int type, int line, int charPos, int tokenIndex, string text ) argument
227 this.tokenIndex = tokenIndex;
251 return tokenIndex;
589 int tokenIndex = int.Parse( elements[2] );
590 // create dummy node/token filled with ID, tokenIndex
592 ProxyToken token = new ProxyToken( tokenIndex );
648 int tokenIndex = int.Parse( elements[offset + 4] );
651 return new ProxyTree( ID, type, tokenLine, charPositionInLine, tokenIndex, tex
[all...]
H A DTraceDebugEventListener.cs111 int tokenIndex = token.TokenIndex;
112 Console.Out.WriteLine( "create " + ID + ": " + tokenIndex );
H A DDebugEventSocketProxy.cs330 int tokenIndex = adaptor.GetTokenStartIndex( t );
332 buf.Append( tokenIndex );
377 int tokenIndex = token.TokenIndex;
378 Transmit( "createNode\t" + ID + "\t" + tokenIndex );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTraceDebugEventListener.java77 int tokenIndex = token.getTokenIndex();
78 System.out.println("create "+ID+": "+tokenIndex);
H A DRemoteDebugEventSocketListener.java132 public int tokenIndex = -1; field in class:RemoteDebugEventSocketListener.ProxyTree
135 public ProxyTree(int ID, int type, int line, int charPos, int tokenIndex, String text) { argument
140 this.tokenIndex = tokenIndex;
146 public int getTokenStartIndex() { return tokenIndex; }
386 int tokenIndex = Integer.parseInt(elements[2]);
387 // create dummy node/token filled with ID, tokenIndex
389 ProxyToken token = new ProxyToken(tokenIndex);
438 int tokenIndex = Integer.parseInt(elements[offset+4]);
441 return new ProxyTree(ID, type, tokenLine, charPositionInLine, tokenIndex, tex
[all...]
H A DDebugEventSocketProxy.java257 int tokenIndex = adaptor.getTokenStartIndex(t);
259 buf.append(tokenIndex);
298 int tokenIndex = token.getTokenIndex();
299 transmit("createNode\t"+ID+"\t"+tokenIndex);
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp253 for (unsigned tokenIndex = 0; tokenIndex != numTokens; ++tokenIndex) {
256 if (inst->getToken(token, tokenIndex)) {

Completed in 820 milliseconds

12