Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pig
/ setStartLine
Method
setStartLine
src/org/apache/pig/parser/PigMacro.java:82–84 ·
view source on GitHub ↗
(int start)
Source
from the content-addressed store, hash-verified
80
Set<String> getStack() {
return
macroStack; }
81
82
void
setStartLine(
int
start) {
83
this.startLine = start;
84
}
85
86
int
getStartLine() {
87
return
startLine;
Callers
1
makeMacroDef
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected