OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newexception
(Results
51 - 72
of
72
) sorted by null
1
2
3
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m
387
[ANTLREarlyExitException
newException
:input decisionNumber:1];
773
ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException
newException
:nil stream:input];
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.m
181
@throw [ANTLRRuntimeException
newException
:@"Absolute node indexes are meaningless in an unbuffered stream"];
ANTLRLookaheadStream.m
151
@throw [ANTLRNoSuchElementException
newException
:@"can't look backwards more than one token in this stream"];
ANTLRTokenRewriteStream.m
351
@throw [ANTLRIllegalArgumentException
newException
:[NSString stringWithFormat:@"replace: range invalid: %d..%d size=%d\n", from, to, [tokens count]]];
591
@throw [ANTLRIllegalArgumentException
newException
:
627
@throw [ANTLRIllegalArgumentException
newException
:[NSString stringWithFormat:@"insert op %d within boundaries of previous %d", iop, rop]];
638
@throw [ANTLRRuntimeException
newException
:@"should only be one op per rwIndex\n"];
ANTLRTreeIterator.m
189
@throw [ANTLRRuntimeException
newException
:@"ANTLRUnsupportedOperationException"];
ArrayIterator.m
170
@throw [ANTLRUnsupportedOperationException
newException
:@"Cant remove object from ArrayIterator"];
ANTLRBaseRecognizer.m
736
e = [ANTLRUnwantedTokenException
newException
:ttype Stream:anInput];
754
e = [ANTLRMissingTokenException
newException
:ttype Stream:anInput With:inserted];
759
e = [ANTLRMismatchedTokenException
newException
:ttype Stream:anInput];
884
return [self getRuleInvocationStack:[ANTLRRecognitionException
newException
] Recognizer:parserClassName];
[
all
...]
ANTLRBufferedTokenStream.m
209
@throw [ANTLRNoSuchElementException
newException
:[NSString stringWithFormat:@"token index %d out of range 0..%d", i, [tokens count]-1]];
ANTLRBufferedTreeNodeStream.m
70
@throw [ANTLRRuntimeException
newException
:@"cannot remove nodes from stream"];
ANTLRLexer.m
276
newException
:NSMakeRange((NSUInteger)fromChar,(NSUInteger)toChar)