Uses of Class
org.apache.xalan.xsltc.compiler.Instruction

Packages that use Instruction
org.apache.xalan.xsltc.compiler   
 

Uses of Instruction in org.apache.xalan.xsltc.compiler
 

Subclasses of Instruction in org.apache.xalan.xsltc.compiler
(package private)  class ApplyImports
           
(package private)  class ApplyTemplates
           
(package private)  class Attribute
           
(package private)  class CallTemplate
           
(package private)  class Choose
           
(package private)  class Comment
           
(package private)  class Copy
           
(package private)  class CopyOf
           
(package private)  class Fallback
           
(package private)  class ForEach
           
(package private)  class If
           
(package private)  class LiteralAttribute
           
(package private)  class LiteralElement
           
(package private)  class Message
           
(package private)  class Number
           
(package private)  class Otherwise
           
(package private)  class ProcessingInstruction
           
(package private)  class Sort
           
(package private)  class Text
           
(package private)  class TransletOutput
           
(package private)  class UseAttributeSets
           
(package private)  class ValueOf
           
(package private)  class When
           
(package private)  class WithParam
           
(package private)  class XslAttribute
           
(package private)  class XslElement
           
 

Fields in org.apache.xalan.xsltc.compiler declared as Instruction
protected  Instruction VariableBase._loadInstruction
           
protected  Instruction VariableBase._storeInstruction
           
 

Methods in org.apache.xalan.xsltc.compiler that return Instruction
 Instruction VariableBase.loadInstruction()
          Returns an instruction for loading the value of this variable onto the JVM stack.
 Instruction Param.setLoadInstruction(Instruction instruction)
          Set the instruction for loading the value of this variable onto the JVM stack and returns the old instruction.
 Instruction Param.setStoreInstruction(Instruction instruction)
          Set the instruction for storing a value from the stack into this variable and returns the old instruction.
 Instruction VariableBase.storeInstruction()
          Returns an instruction for storing a value from the JVM stack into this variable.
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Instruction
 Instruction Param.setLoadInstruction(Instruction instruction)
          Set the instruction for loading the value of this variable onto the JVM stack and returns the old instruction.
 Instruction Param.setStoreInstruction(Instruction instruction)
          Set the instruction for storing a value from the stack into this variable and returns the old instruction.