public class Job extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
basePos
The starting point of the source code.
|
protected List<Object> |
decorations
The parsed results.
|
protected String |
sourceCode
The source code.
|
| Constructor and Description |
|---|
Job()
Constructor.
|
Job(int basePos,
String sourceCode)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBasePos()
Set the starting point of the source code.
|
List<Object> |
getDecorations()
Get the parsed results.
|
String |
getSourceCode()
Get the source code.
|
void |
setBasePos(int basePos)
Set the starting point of the source code.
|
void |
setDecorations(List<Object> decorations)
Set the parsed results.
|
void |
setSourceCode(String sourceCode)
Set the source code.
|
protected int basePos
protected String sourceCode
public Job()
public Job(int basePos,
String sourceCode)
basePos - the starting point of the source codesourceCode - the source codepublic int getBasePos()
public void setBasePos(int basePos)
basePos - the positionpublic String getSourceCode()
public void setSourceCode(String sourceCode)
sourceCode - the source codepublic List<Object> getDecorations()
decorations.public void setDecorations(List<Object> decorations)
decorations.decorations - the parsed resultsCopyright © 2015. All rights reserved.