|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcfunc.Description
public class Description
Class Description
stores data about some control sequence.
Field Summary | |
---|---|
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 Summary | |
---|---|
Description(int start,
int end,
CF func,
int[] params)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int bPosition
public int ePosition
public CF function
public int[] parameters
Constructor Detail |
---|
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 functionMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |