org.apache.xalan.xsltc.compiler.util

Class TestGenerator

public final class TestGenerator extends MethodGenerator

Author: Jacek Ambroziak Santiago Pericas-Geertsen Morten Jorgensen

Constructor Summary
TestGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)
Method Summary
intgetHandlerIndex()
intgetIteratorIndex()
intgetLocalIndex(String name)
InstructionloadContextNode()
by default context node is the same as current node.
InstructionloadCurrentNode()
InstructionloadDOM()
InstructionloadIterator()
voidsetDomIndex(int domIndex)
InstructionstoreContextNode()
InstructionstoreCurrentNode()
InstructionstoreIterator()

Constructor Detail

TestGenerator

public TestGenerator(int access_flags, Type return_type, Type[] arg_types, String[] arg_names, String method_name, String class_name, InstructionList il, ConstantPoolGen cp)

Method Detail

getHandlerIndex

public int getHandlerIndex()

getIteratorIndex

public int getIteratorIndex()

getLocalIndex

public int getLocalIndex(String name)

loadContextNode

public Instruction loadContextNode()
by default context node is the same as current node. MK437

loadCurrentNode

public Instruction loadCurrentNode()

loadDOM

public Instruction loadDOM()

loadIterator

public Instruction loadIterator()

setDomIndex

public void setDomIndex(int domIndex)

storeContextNode

public Instruction storeContextNode()

storeCurrentNode

public Instruction storeCurrentNode()

storeIterator

public Instruction storeIterator()
Copyright © 2005 Apache XML Project. All Rights Reserved.