public class Description
extends java.lang.Object
Description
stores data about some control sequence.Modifier and Type | Field and Description |
---|---|
int |
bPosition
Index of sequence's first character.
|
int |
ePosition
Index of character followed after sequence's last character.
|
CF |
function
Control function of sequence.
|
int[] |
parameters
Parameters of control function, if any.
|
Constructor and Description |
---|
Description(int start,
int end,
CF func,
int[] params)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns string representation of this object.
|
public int bPosition
public int ePosition
public CF function
public int[] parameters
public Description(int start, int end, CF func, int[] params)
start
- index of sequence's first characterend
- index of character followed after sequence's last characterfunc
- control function of sequenceparams
- parameters of control function