public abstract class FXGProblem extends CompilerProblem
UNKNOWN
Modifier | Constructor and Description |
---|---|
protected |
FXGProblem(String filePath)
Constructor.
|
protected |
FXGProblem(String filePath,
int line,
int column)
Constructor.
|
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
protected FXGProblem(String filePath, int line, int column)
filePath
- The normalized path of the file in which the problem occurred.line
- The line number within the source buffer at which the problem starts.column
- The column number within the source buffer at which the problem starts.protected FXGProblem(String filePath)
filePath
- The normalized path of the file in which the problem occurred.Copyright © 2016 The Apache Software Foundation. All rights reserved.