MCPcopy
hub / github.com/google/closure-compiler / CharIterator

Interface CharIterator

src/com/google/debugging/sourcemap/Base64VLQ.java:91–95  ·  view source on GitHub ↗

A simple interface for advancing through a sequence of characters, that communicates that advance back to the source.

Source from the content-addressed store, hash-verified

89 * advance back to the source.
90 */
91 public interface CharIterator {
92 public boolean hasNext();
93
94 public char next();
95 }
96
97 /**
98 * Decodes the next VLQValue from the provided CharIterator.

Callers 16

testVarMotionWithCodeMethod · 0.65
getAllEdgesMethod · 0.65
getAllDownEdgesMethod · 0.65
testFindAllIteratorMethod · 0.65
buildMethod · 0.65
tryConsumeTokenMethod · 0.65
entryCompleteMethod · 0.65
canMoveModeratelyMethod · 0.65
testVarMotionWithCodeMethod · 0.65
getAllEdgesMethod · 0.65
getAllDownEdgesMethod · 0.65

Implementers 8

StringCharIteratorsrc/com/google/debugging/sourcemap/Sou
CharIteratorImpltest/com/google/debugging/sourcemap/Ba
FunctionlessLocalScopesrc/com/google/javascript/jscomp/NodeI
LocalVarMotionsrc/com/google/javascript/jscomp/NodeI
StringCharIteratorsrc/com/google/javascript/jscomp/instr
SiblingNodeIteratorsrc/com/google/javascript/rhino/Node.j
AncestorIterablesrc/com/google/javascript/rhino/Node.j
Itersrc/com/google/javascript/rhino/HamtPM

Calls

no outgoing calls

Tested by

no test coverage detected