org.apache.xalan.xsltc.compiler.util
Class CompareGenerator

org.apache.xalan.xsltc.compiler.util.MethodGenerator
  |
  +--org.apache.xalan.xsltc.compiler.util.CompareGenerator

public final class CompareGenerator
extends MethodGenerator


Constructor Summary
CompareGenerator(int access_flags, org.apache.bcel.generic.Type return_type, org.apache.bcel.generic.Type[] arg_types, java.lang.String[] arg_names, java.lang.String method_name, java.lang.String class_name, org.apache.xalan.xsltc.compiler.util.InstructionList il, org.apache.xalan.xsltc.compiler.util.ConstantPoolGen cp)
           
 
Method Summary
 int getHandlerIndex()
           
 int getIteratorIndex()
           
 int getLocalIndex(java.lang.String name)
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadCurrentNode()
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadDOM()
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadIterator()
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadLastNode()
           
 org.apache.xalan.xsltc.compiler.util.Instruction storeCurrentNode()
           
 org.apache.xalan.xsltc.compiler.util.Instruction storeIterator()
           
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.MethodGenerator
addLocalVariable, addLocalVariable2, attribute, endDocument, endElement, getLocalVariable, loadContextNode, loadHandler, namespace, nextNode, removeLocalVariable, reset, setMaxLocals, setStartNode, startDocument, startElement, storeContextNode, storeDOM, storeHandler
 

Constructor Detail

CompareGenerator

public CompareGenerator(int access_flags,
                        org.apache.bcel.generic.Type return_type,
                        org.apache.bcel.generic.Type[] arg_types,
                        java.lang.String[] arg_names,
                        java.lang.String method_name,
                        java.lang.String class_name,
                        org.apache.xalan.xsltc.compiler.util.InstructionList il,
                        org.apache.xalan.xsltc.compiler.util.ConstantPoolGen cp)
Method Detail

loadLastNode

public org.apache.xalan.xsltc.compiler.util.Instruction loadLastNode()

loadCurrentNode

public org.apache.xalan.xsltc.compiler.util.Instruction loadCurrentNode()
Overrides:
loadCurrentNode in class MethodGenerator

storeCurrentNode

public org.apache.xalan.xsltc.compiler.util.Instruction storeCurrentNode()
Overrides:
storeCurrentNode in class MethodGenerator

loadDOM

public org.apache.xalan.xsltc.compiler.util.Instruction loadDOM()
Overrides:
loadDOM in class MethodGenerator

getHandlerIndex

public int getHandlerIndex()

getIteratorIndex

public int getIteratorIndex()

storeIterator

public org.apache.xalan.xsltc.compiler.util.Instruction storeIterator()
Overrides:
storeIterator in class MethodGenerator

loadIterator

public org.apache.xalan.xsltc.compiler.util.Instruction loadIterator()
Overrides:
loadIterator in class MethodGenerator

getLocalIndex

public int getLocalIndex(java.lang.String name)
Overrides:
getLocalIndex in class MethodGenerator


Copyright © 2001 Apache XML Project. All Rights Reserved.