public class SyntaxError extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected int |
row |
protected String |
text |
protected String |
type |
Constructor and Description |
---|
SyntaxError(int row,
int column,
String text) |
SyntaxError(int row,
int column,
String text,
String type) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getRow() |
String |
getText() |
String |
getType() |
void |
setColumn(int column) |
void |
setRow(int row) |
void |
setText(String text) |
void |
setType(String type) |
com.google.gson.JsonObject |
toJson() |
protected int row
protected int column
protected String text
protected String type
public SyntaxError(int row, int column, String text)
public int getRow()
public void setRow(int row)
public String getText()
public void setText(String text)
public int getColumn()
public void setColumn(int column)
public String getType()
public void setType(String type)
public com.google.gson.JsonObject toJson()
Copyright © 2017 WSO2. All rights reserved.