org.apache.xalan.xsltc.compiler.util
public final class TestGenerator extends MethodGenerator
| 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 | |
|---|---|
| int | getHandlerIndex() |
| int | getIteratorIndex() |
| int | getLocalIndex(String name) |
| Instruction | loadContextNode() by default context node is the same as current node. |
| Instruction | loadCurrentNode() |
| Instruction | loadDOM() |
| Instruction | loadIterator() |
| void | setDomIndex(int domIndex) |
| Instruction | storeContextNode() |
| Instruction | storeCurrentNode() |
| Instruction | storeIterator() |