@ProblemClassification(value=SYNTAX_ERROR) public class SyntaxProblem extends ParserProblem implements ICompilerProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
tokenText |
UNKNOWN
Constructor and Description |
---|
SyntaxProblem(ASToken token) |
SyntaxProblem(ASToken site,
String text) |
SyntaxProblem(ISourceLocation site,
String text) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getID
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
public static final String DESCRIPTION
public static final int errorCode
public final String tokenText
public SyntaxProblem(ISourceLocation site, String text)
public SyntaxProblem(ASToken token)
Copyright © 2016 The Apache Software Foundation. All rights reserved.