Searched defs:charPositionInLine (Results 1 - 25 of 40) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCharStreamState.as44 public var charPositionInLine:int; variable
H A DRecognitionException.as90 public var charPositionInLine:int; variable
108 this.charPositionInLine = token.charPositionInLine;
116 this.charPositionInLine = CharStream(input).charPositionInLine;
139 this.charPositionInLine = priorPayload.charPositionInLine;
149 this.charPositionInLine = payload.charPositionInLine;
154 this.charPositionInLine
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCharStreamState.h38 NSInteger charPositionInLine; variable
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRRecognitionException.h41 NSInteger charPositionInLine; variable
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRStringStream.h38 NSInteger charPositionInLine; variable
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRCommonToken.h37 NSUInteger charPositionInLine; variable
53 @property (assign, getter=getCharPositionInLine, setter=setCharPositionInLine:) NSUInteger charPositionInLine; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCharStreamState.h38 NSInteger charPositionInLine; variable
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRRecognitionException.h41 NSInteger charPositionInLine; variable
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRStringStream.h38 NSInteger charPositionInLine; variable
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRCommonToken.h37 NSUInteger charPositionInLine; variable
53 @property (assign, getter=getCharPositionInLine, setter=setCharPositionInLine:) NSUInteger charPositionInLine; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCharStreamState.h38 NSInteger charPositionInLine; variable
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRRecognitionException.h41 NSInteger charPositionInLine; variable
48 @property (getter=getCharPositionInLine, setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRStringStream.h38 NSInteger charPositionInLine; variable
50 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine; variable
H A DANTLRCommonToken.h37 NSUInteger charPositionInLine; variable
53 @property (assign, getter=getCharPositionInLine, setter=setCharPositionInLine:) NSUInteger charPositionInLine; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCharStreamState.h38 NSUInteger charPositionInLine; variable
43 @property (assign) NSUInteger charPositionInLine; variable
H A DANTLRStringStreamState.h37 NSUInteger charPositionInLine; variable
56 @property (assign) NSUInteger charPositionInLine; variable
H A DANTLRRecognitionException.h41 NSUInteger charPositionInLine; variable
50 @property (assign) NSUInteger charPositionInLine; variable
H A DANTLRStringStream.h38 NSUInteger charPositionInLine; variable
102 @property (assign) NSUInteger charPositionInLine; variable
H A DANTLRCommonToken.h37 NSUInteger charPositionInLine; variable
122 @property (assign, getter=charPositionInLine, setter = setCharPositionInLine:) NSUInteger charPositionInLine; variable
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCharStreamState.cs55 internal int charPositionInLine; field in class:Antlr.Runtime.CharStreamState
H A DClassicToken.cs48 int charPositionInLine; field in class:Antlr.Runtime.ClassicToken
62 charPositionInLine = oldToken.CharPositionInLine;
107 return charPositionInLine;
110 charPositionInLine = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCharStreamState.cs54 public int charPositionInLine; field in class:Antlr.Runtime.CharStreamState
H A DClassicToken.cs50 int charPositionInLine; field in class:Antlr.Runtime.ClassicToken
66 charPositionInLine = oldToken.CharPositionInLine;
124 return charPositionInLine;
128 charPositionInLine = value;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DCharStreamState.java44 int charPositionInLine; field in class:CharStreamState
H A DRecognitionException.java89 public int charPositionInLine; field in class:RecognitionException
108 this.charPositionInLine = token.getCharPositionInLine();
116 this.charPositionInLine = ((CharStream)input).getCharPositionInLine();
139 this.charPositionInLine = priorPayload.getCharPositionInLine();
149 this.charPositionInLine = payload.getCharPositionInLine();
154 this.charPositionInLine = ((Tree)this.node).getCharPositionInLine();

Completed in 771 milliseconds

12