engine
Class AtInstructionDescription
java.lang.Object
|
+--engine.InstructionDescription
|
+--engine.AtInstructionDescription
- class AtInstructionDescription
- extends InstructionDescription
Implements the @(...) instruction description
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
blockDescription
InstructionDescription blockDescription
monitorDescriptions
java.util.Vector monitorDescriptions
AtInstructionDescription
AtInstructionDescription(int delayBefore,
int line,
NameSpaceDescription nsd,
java.util.Vector monitorDescriptions,
InstructionDescription blockDescription)
instantiate
DefaultInstruction instantiate(NameSpace ns)
throws ParseException
- Overrides:
- instantiate in class InstructionDescription
toString
public java.lang.String toString()
- Overrides:
- toString in class InstructionDescription