public interface AptSource
Modifier and Type | Method and Description |
---|---|
int |
getLineNumber()
Gets the current line number while parsing the document.
|
java.lang.String |
getName()
Returns the name the apt source document.
|
java.lang.String |
getNextLine()
Returns a line of the apt source document.
|
java.lang.String getNextLine() throws AptParseException
AptParseException
- if the document can't be parsed.java.lang.String getName()
int getLineNumber()