public final class FileNotFoundProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
file |
UNKNOWN
Constructor and Description |
---|
FileNotFoundProblem(ASToken site,
String filePath) |
FileNotFoundProblem(ISourceLocation site,
String filePath) |
FileNotFoundProblem(String filePath) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static String DESCRIPTION
public static final int errorCode
public final String file
public FileNotFoundProblem(ISourceLocation site, String filePath)
public FileNotFoundProblem(String filePath)
Copyright © 2016 The Apache Software Foundation. All rights reserved.