public interface ParseInfo
Modifier and Type | Method and Description |
---|---|
static ParseInfo |
ctxAndFilenameToParseInfo(org.antlr.v4.runtime.ParserRuleContext ctx,
String fname) |
int |
getBeginColumn() |
int |
getBeginLine() |
int |
getEndColumn() |
int |
getEndLine() |
String |
getFilename() |
String |
getText() |
void |
setBeginColumn(int beginColumn) |
void |
setBeginLine(int beginLine) |
void |
setEndColumn(int endColumn) |
void |
setEndLine(int endLine) |
void |
setFilename(String filename) |
void |
setText(String text) |
void setBeginLine(int beginLine)
void setBeginColumn(int beginColumn)
void setEndLine(int endLine)
void setEndColumn(int endColumn)
void setText(String text)
void setFilename(String filename)
int getBeginLine()
int getBeginColumn()
int getEndLine()
int getEndColumn()
String getText()
String getFilename()
Copyright © 2020 The Apache Software Foundation. All rights reserved.