MCPcopy Create free account
hub / github.com/apache/pig / getStartLine

Method getStartLine

src/org/apache/pig/parser/PigParserNode.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 public int getStartLine() {
66 return startLine;
67 }
68
69 public void setInvocationStack(List<InvocationPoint> stack) {
70 invokStack = stack;

Callers 1

makeMacroDefMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected