Searched refs:nextWord (Results 1 – 4 of 4) sorted by relevance
41 private String nextWord; field in ConfigurationParser99 while (nextWord != null) in parse()104 … (ConfigurationConstants.AT_DIRECTIVE .startsWith(nextWord) || in parse()105 …nConstants.INCLUDE_DIRECTIVE .startsWith(nextWord)) configuration.l… in parse()106 …nConstants.BASE_DIRECTORY_DIRECTIVE .startsWith(nextWord)) parseBaseDirect… in parse()109 …nConstants.INJARS_OPTION .startsWith(nextWord)) configuration.p… in parse()110 …nConstants.OUTJARS_OPTION .startsWith(nextWord)) configuration.p… in parse()111 …nConstants.LIBRARYJARS_OPTION .startsWith(nextWord)) configuration.l… in parse()112 …nConstants.RESOURCEJARS_OPTION .startsWith(nextWord)) throw new Parse… in parse()113 …nConstants.DONT_SKIP_NON_PUBLIC_LIBRARY_CLASSES_OPTION .startsWith(nextWord)) configuration.s… in parse()[all …]
110 public String nextWord() throws IOException in nextWord() method in WordReader118 currentWord = includeWordReader.nextWord(); in nextWord()
89 String word = reader.nextWord(); in main()
246 #define nextWord(transcription) (transcription && *transcription ? &transcription[LSTRLEN(transcri… macro398 transp = nextWord(transp); in checkpath_forward()404 transp = nextWord(transp); in checkpath_forward()