Package | Description |
---|---|
com.scriptbasic.executors.commands | |
com.scriptbasic.interfaces | |
com.scriptbasic.syntax | |
com.scriptbasic.syntax.commands |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand |
class |
AbstractCommandExpressionListed |
class |
AbstractCommandIfElseKind |
class |
AbstractCommandIfKind |
class |
AbstractCommandLeftValueListed |
class |
CommandCall |
class |
CommandElse |
class |
CommandElseIf |
class |
CommandEndIf |
class |
CommandEndSub |
class |
CommandFor |
class |
CommandGlobal |
class |
CommandIf |
class |
CommandLet |
class |
CommandLocal |
class |
CommandMethod |
class |
CommandNext |
class |
CommandPrint |
class |
CommandReturn |
class |
CommandSub |
class |
CommandUse |
class |
CommandWend |
class |
CommandWhile |
Modifier and Type | Method and Description |
---|---|
<T extends NestedStructure> |
NestedStructureHouseKeeper.pop(Class<T> expectedClass)
Pops one element from the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
NestedStructureHouseKeeper.push(Class<?> klass,
NestedStructure element)
Push a nested structure object on the housekeeping stack.
|
void |
NestedStructureHouseKeeper.push(NestedStructure element)
Push a nested structure object on the housekeeping stack.
|
Modifier and Type | Method and Description |
---|---|
<T extends NestedStructure> |
GenericNestedStructureHouseKeeper.pop(Class<T> expectedClass) |
<T extends NestedStructure> |
AbstractNestedStructureHouseKeeper.pop(Class<T> expectedClass) |
Modifier and Type | Method and Description |
---|---|
NestedStructure |
AbstractNestedStructureHouseKeeper.Structure.getPushedElement() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNestedStructureHouseKeeper.push(Class<?> klass,
NestedStructure element) |
void |
AbstractNestedStructureHouseKeeper.push(NestedStructure element) |
void |
AbstractNestedStructureHouseKeeper.Structure.setPushedElement(NestedStructure pushedElement) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCommandAnalyzer.pushNode(NestedStructure node) |
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.