Searched refs:theInput (Results 1 – 5 of 5) 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<IntStream>) theInput37 return [[MismatchedRangeException alloc] initWithRange:aRange stream:theInput];40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput42 if ((self = [super initWithStream:theInput]) != nil) {
39 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput;40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput;
42 - (id) initWithStream:(id<TreeNodeStream>)theInput;43 - (id) initWithStream:(id<TreeNodeStream>)theInput
43 - (id) initWithStream:(id<TreeNodeStream>)theInput46 [self setInput:theInput];51 - (id) initWithStream:(id<TreeNodeStream>)theInput State:(RecognizerSharedState *)theState54 [self setInput:theInput];