Searched refs:theInput (Results 1 – 11 of 11) sorted by relevance
104 FileInputStream theInput = null; in loadClassFromFile() local110 theInput = new FileInputStream(theFile); in loadClassFromFile()114 int count = theInput.read(theBytes, dataRead, in loadClassFromFile()137 if (theInput != null) { in loadClassFromFile()138 theInput.close(); in loadClassFromFile()
35 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput37 return [[ANTLRMismatchedRangeException alloc] initWithRange:aRange stream:theInput];40 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput42 if ((self = [super initWithStream:theInput]) != nil) {
39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;40 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
42 - (id) initWithStream:(id<ANTLRTreeNodeStream>)theInput;43 - (id) initWithStream:(id<ANTLRTreeNodeStream>)theInput
43 - (id) initWithStream:(id<ANTLRTreeNodeStream>)theInput46 [self setInput:theInput];51 - (id) initWithStream:(id<ANTLRTreeNodeStream>)theInput State:(ANTLRRecognizerSharedState *)theState54 [self setInput:theInput];
37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;