Searched refs:setCharPositionInLine (Results 1 - 25 of 64) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCharStream.java53 void setCharPositionInLine(int pos); method in interface:CharStream
H A DToken.java75 public void setCharPositionInLine(int pos); method in interface:Token
H A DClassicToken.java94 public void setCharPositionInLine(int charPositionInLine) { method in class:ClassicToken
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCharStreamState.h43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
56 - (void) setCharPositionInLine:(NSInteger)aCharPositionInLine;
H A DANTLRCharStream.h52 - (void) setCharPositionInLine:(NSInteger) thePos;
H A DANTLRRecognitionException.h48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
70 - (void)setCharPositionInLine:(NSInteger)aPos;
H A DANTLRToken.h66 - (void) setCharPositionInLine: (NSUInteger) aCharPositionInLine;
H A DANTLRStringStream.h50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
106 - (void) setCharPositionInLine:(NSInteger) thePos;
H A DANTLRRecognizerSharedState.h63 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
88 - (void) setCharPositionInLine:(NSUInteger) theCharPosition;
H A DANTLRTree.h116 - (void) setCharPositionInLine:(NSInteger)pos;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCharStreamState.h43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
56 - (void) setCharPositionInLine:(NSInteger)aCharPositionInLine;
H A DANTLRCharStream.h52 - (void) setCharPositionInLine:(NSInteger) thePos;
H A DANTLRRecognitionException.h48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
70 - (void)setCharPositionInLine:(NSInteger)aPos;
H A DANTLRToken.h66 - (void) setCharPositionInLine: (NSUInteger) aCharPositionInLine;
H A DANTLRStringStream.h50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
106 - (void) setCharPositionInLine:(NSInteger) thePos;
H A DANTLRRecognizerSharedState.h63 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSUInteger tokenStartCharPositionInLine;
88 - (void) setCharPositionInLine:(NSUInteger) theCharPosition;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCharStreamState.h43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
56 - (void) setCharPositionInLine:(NSInteger)aCharPositionInLine;
H A DANTLRCharStream.h52 - (void) setCharPositionInLine:(NSInteger) thePos;
H A DANTLRRecognitionException.h48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine;
70 - (void)setCharPositionInLine:(NSInteger)aPos;
H A DANTLRToken.h66 - (void) setCharPositionInLine: (NSUInteger) aCharPositionInLine;
H A DANTLRStringStream.h50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
106 - (void) setCharPositionInLine:(NSInteger) thePos;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRStringStreamState.h51 - (void) setCharPositionInLine: (NSUInteger) aCharPositionInLine;
H A DANTLRToken.h75 - (void) setCharPositionInLine:(NSUInteger)aCharPositionInLine;
H A DANTLRTree.h122 - (void) setCharPositionInLine:(NSUInteger)pos;
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A Drhino-python.extensions176 indent.setCharPositionInLine(t.getCharPositionInLine());
186 dedent.setCharPositionInLine(t.getCharPositionInLine());

Completed in 131 milliseconds

123