Searched refs:nextWord (Results 1 – 14 of 14) sorted by relevance
44 private String nextWord; field in ConfigurationParser144 while (nextWord != null) in parse()149 … (ConfigurationConstants.AT_DIRECTIVE .startsWith(nextWord) || in parse()150 …nConstants.INCLUDE_DIRECTIVE .startsWith(nextWord)) configuration.l… in parse()151 …nConstants.BASE_DIRECTORY_DIRECTIVE .startsWith(nextWord)) parseBaseDirect… in parse()154 …nConstants.INJARS_OPTION .startsWith(nextWord)) configuration.p… in parse()155 …nConstants.OUTJARS_OPTION .startsWith(nextWord)) configuration.p… in parse()156 …nConstants.LIBRARYJARS_OPTION .startsWith(nextWord)) configuration.l… in parse()158 …nConstants.SYSTEMJARS_OPTION .startsWith(nextWord)) configuration.s… in parse()159 …nConstants.RESOURCEJARS_OPTION .startsWith(nextWord)) throw new Parse… in parse()[all …]
112 public String nextWord(boolean isFileName) throws IOException in nextWord() method in WordReader120 currentWord = includeWordReader.nextWord(isFileName); in nextWord()
90 String word = reader.nextWord(false); in main()
70 const char* nextWord = nullptr; in anyWord() local74 if (!nextWord) { in anyWord()75 nextWord = matchEnd; in anyWord()89 goto nextWord; in anyWord()93 nextWord: ; in anyWord()95 matchStart = nextWord ? nextWord : matchEnd; in anyWord()
107 const char* nextWord() { in nextWord() function
618 start = s.nextWord(); in addReferences()
617 start = s.nextWord(); in addReferences()
24 import static com.github.javaparser.utils.Utils.nextWord;42 String tagName = nextWord(text); in fromText()
28 import static com.github.javaparser.utils.Utils.nextWord;92 this.name = Optional.of(nextWord(content)); in JavadocBlockTag()
35 import static com.github.javaparser.utils.Utils.nextWord;86 String tagName = nextWord(line); in parseBlockTag()
155 public static String nextWord(String string) { in nextWord() method in Utils
672 success = nextWord(); in readLine()1469 private final boolean nextWord() throws IOException { in nextWord() method in ConsoleReader