public class EndOfFileException
extends java.lang.Exception
Constructor and Description |
---|
EndOfFileException(int offset) |
EndOfFileException(int offset,
boolean endsInactiveCode) |
Modifier and Type | Method and Description |
---|---|
boolean |
endsInactiveCode() |
int |
getEndOffset()
Returns the offset at which the translation unit ends, or -1 if not known.
|