SWT LPEX
v3.0.5

Uses of Class
com.ibm.lpex.hlasm.Instruction

Packages that use Instruction
com.ibm.lpex.hlasm This package provides a HLASM (High Level Assembler) document parser. 
com.ibm.lpex.tpfhlasm This package provides a HLASM (High Level Assembler) document parser for TPF (IBM Transaction Processing Facility). 
 

Uses of Instruction in com.ibm.lpex.hlasm
 

Subclasses of Instruction in com.ibm.lpex.hlasm
 class AssemblerInstruction
          Assembler instruction.
 class MachineInstruction
          Machine instruction.
 

Fields in com.ibm.lpex.hlasm declared as Instruction
 Instruction Instruction._next
           
 Instruction Instruction._multiLevel
           
 

Methods in com.ibm.lpex.hlasm that return Instruction
 Instruction OrderedInstructionList.getInstruction(int index)
          Returns the instruction at the specified position in the list.
 Instruction OrderedInstructionList.findInstruction(String instructionName, boolean caseSensitive)
          Finds the specified instruction.
 

Methods in com.ibm.lpex.hlasm with parameters of type Instruction
 void OrderedInstructionList.addInstruction(Instruction inst)
          Adds the specified instruction.
 

Uses of Instruction in com.ibm.lpex.tpfhlasm
 

Subclasses of Instruction in com.ibm.lpex.tpfhlasm
 class TPFDFMacroInstruction
          TPF DF macro instruction.
 class TPFMacroInstructions
          All the information for one particular TPF macro instruction: name, operands, syntax-verification information.
 


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.