MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / getStart

Method getStart

src/main/java/wycc/lang/Syntactic.java:486–486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484 */
485 public interface Span {
486 public int getStart();
487
488 public int getEnd();
489 }

Callers 5

sendMethod · 0.65
readMethod · 0.65
syntaxErrorMethod · 0.65
toErrorMethod · 0.65
toErrorMethod · 0.65

Implementers 2

ParseErrorsrc/main/java/wyc/io/WhileyFileParser.
Spansrc/main/java/wycc/util/AbstractCompil

Calls

no outgoing calls

Tested by 2

toErrorMethod · 0.52
toErrorMethod · 0.52