public class SyntaxObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
mBody |
protected int[] |
mPos |
protected SyntaxObjectType |
mType |
| Constructor and Description |
|---|
SyntaxObject(SyntaxObjectType type,
String body,
int startPos,
int endPos) |
protected SyntaxObjectType mType
protected String mBody
protected int[] mPos
public SyntaxObject(SyntaxObjectType type, String body, int startPos, int endPos)
public SyntaxObjectType getType()
public void setType(SyntaxObjectType value)
public String getBody()
public void setBody(String value)
public int[] getPos()
Copyright © 2012. All Rights Reserved.