public abstract class FatalProblem extends CompilerProblem
UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
FatalProblem()
Constructor for when we have no location information.
|
protected |
FatalProblem(IASNode site)
super-constructor uses the source position information
in an IASNode at or near the fatal error site as
paramaters to the CompilerProblem super-constructor.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
protected FatalProblem(IASNode site)
site
- - an IASNode at or near the fatal problem site.protected FatalProblem()
Copyright © 2016 The Apache Software Foundation. All rights reserved.