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