public interface CsdglProgram
| Modifier and Type | Method and Description |
|---|---|
CsdglInstruction |
getFirstInstruction(int position)
Retrieves the first instruction at a certain position.
|
CsdglInstruction |
next(CsdglInstruction instruction)
Retrieve a following instruction.
|
CsdglInstruction getFirstInstruction(int position)
position - character position at which to retrieve the instruction.CsdglInstruction next(CsdglInstruction instruction)
instruction - the instruction.