MCPcopy Create free account
hub / github.com/apache/ant / StringTokenizer

Class StringTokenizer

src/main/org/apache/tools/ant/util/StringTokenizer.java:34–153  ·  view source on GitHub ↗

Class to tokenize the input as areas separated by white space, or by a specified list of delim characters. Behaves like java.util.StringTokenizer. If the stream starts with delim characters, the first token will be an empty string (unless the treat delims as tokens flag is set). @since Ant 1.7

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected