MCPcopy Index your code
hub / github.com/apache/tomcat / init

Method init

java/org/apache/jasper/compiler/Mark.java:70–80  ·  view source on GitHub ↗
(Mark other, boolean singleFile)

Source from the content-addressed store, hash-verified

68 }
69
70 void init(Mark other, boolean singleFile) {
71 this.cursor = other.cursor;
72 this.line = other.line;
73 this.col = other.col;
74
75 if (!singleFile) {
76 this.ctxt = other.ctxt;
77 this.stream = other.stream;
78 this.fileName = other.fileName;
79 }
80 }
81
82
83 /**

Callers 2

skipUntilMethod · 0.95
MarkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected