public class SyntaxErrorImpl extends Object implements SyntaxError, Internal
| Constructor and Description |
|---|
SyntaxErrorImpl(JavaType<?> parent,
Object internal) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getDescription() |
Object |
getInternal() |
int |
getLine() |
boolean |
isError() |
boolean |
isWarning() |
String |
toString() |
public String getDescription()
getDescription in interface SyntaxErrorpublic Object getInternal()
getInternal in interface Internalpublic int getLine()
getLine in interface SyntaxErrorpublic int getColumn()
getColumn in interface SyntaxErrorpublic boolean isError()
isError in interface SyntaxErrorpublic boolean isWarning()
isWarning in interface SyntaxErrorCopyright © 2017 JBoss by Red Hat. All rights reserved.