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

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

public final class AttributeSetMethodGenerator
extends MethodGenerator


Constructor Summary
AttributeSetMethodGenerator(java.lang.String methodName, org.apache.xalan.xsltc.compiler.util.ClassGen classGen)
           
 
Method Summary
 int getIteratorIndex()
           
 int getLocalIndex(java.lang.String name)
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadHandler()
           
 org.apache.xalan.xsltc.compiler.util.Instruction loadIterator()
           
 org.apache.xalan.xsltc.compiler.util.Instruction storeHandler()
           
 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, loadCurrentNode, loadDOM, namespace, nextNode, removeLocalVariable, reset, setMaxLocals, setStartNode, startDocument, startElement, storeContextNode, storeCurrentNode, storeDOM
 

Constructor Detail

AttributeSetMethodGenerator

public AttributeSetMethodGenerator(java.lang.String methodName,
                                   org.apache.xalan.xsltc.compiler.util.ClassGen classGen)
Method Detail

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

getIteratorIndex

public int getIteratorIndex()

storeHandler

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

loadHandler

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

getLocalIndex

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


Copyright © 2001 Apache XML Project. All Rights Reserved.