engine
Class ForInstructionDescription

java.lang.Object
  |
  +--engine.InstructionDescription
        |
        +--engine.ForInstructionDescription

class ForInstructionDescription
extends InstructionDescription

See Also:
Serialized Form

Field Summary
(package private)  ExpressionDescription ede
           
(package private)  InstructionDescription id
           
(package private)  InstructionDescription idc
           
(package private)  InstructionDescription idi
           
 
Fields inherited from class engine.InstructionDescription
delayBefore, line, next, nsd
 
Constructor Summary
(package private) ForInstructionDescription(int db, int line, NameSpaceDescription nsd, InstructionDescription ii, ExpressionDescription ede, InstructionDescription ic, InstructionDescription id)
           
 
Method Summary
(package private)  DefaultInstruction instantiate(NameSpace ns)
           
 java.lang.String toString()
           
 
Methods inherited from class engine.InstructionDescription
add
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

ede

ExpressionDescription ede

id

InstructionDescription id

idi

InstructionDescription idi

idc

InstructionDescription idc
Constructor Detail

ForInstructionDescription

ForInstructionDescription(int db,
                          int line,
                          NameSpaceDescription nsd,
                          InstructionDescription ii,
                          ExpressionDescription ede,
                          InstructionDescription ic,
                          InstructionDescription id)
Method Detail

instantiate

DefaultInstruction instantiate(NameSpace ns)
                         throws ParseException
Overrides:
instantiate in class InstructionDescription

toString

public java.lang.String toString()
Overrides:
toString in class InstructionDescription