public class LabelManager extends Object
| Constructor and Description |
|---|
LabelManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishOperationsSet() |
void |
generateAllLabels(String[] labelInstructions) |
String |
generateLabel(org.openl.rules.tbasic.compile.LabelManager.LabelType labelType) |
String |
getLabelByInstruction(String labelInstruction) |
boolean |
isLabelInstruction(String labelInstruction) |
boolean |
isReturnInstruction(String labelInstruction)
Checks if the label instructions represents are return instruction.
|
void |
startOperationsSet(boolean isLoopOperationSet) |
public void finishOperationsSet()
public void generateAllLabels(String[] labelInstructions)
public String generateLabel(org.openl.rules.tbasic.compile.LabelManager.LabelType labelType)
public boolean isLabelInstruction(String labelInstruction)
public void startOperationsSet(boolean isLoopOperationSet)
public boolean isReturnInstruction(String labelInstruction)
labelInstruction - Copyright © 2004–2019 OpenL Tablets. All rights reserved.