Package com.scriptbasic.interfaces
Interface NestedStructure
-
- All Known Implementing Classes:
AbstractCommand,AbstractCommandExpressionListed,AbstractCommandIfElseKind,AbstractCommandIfKind,AbstractCommandLeftValueListed,AbstractInsecureCommand,CommandCall,CommandElse,CommandElseIf,CommandEndIf,CommandEndSub,CommandFor,CommandGlobal,CommandIf,CommandLet,CommandLocal,CommandMethod,CommandNext,CommandPrint,CommandReturn,CommandSub,CommandUse,CommandWend,CommandWhile
public interface NestedStructureEvery object that represents a structure that is nested in the source code should implement this interface. For exampleCommandWhileimplements this and as such any new instance of it can be stored by aNestedStructureHouseKeeperobject during compilation.- Author:
- Peter Verhas date June 8, 2012