org.apache.xalan.xsltc.compiler.util
public final class MatchGenerator extends MethodGenerator
| Constructor Summary | |
|---|---|
| MatchGenerator(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()
Get index of the register where the current iterator is stored. |
| int | getLocalIndex(String name) |
| Instruction | loadCurrentNode() |
| Instruction | loadDOM()
Get index of the register where the DOM is stored. |
| void | setDomIndex(int domIndex)
Set index where the reference to the DOM is stored. |
| void | setIteratorIndex(int iteratorIndex)
Set index of the register where the current iterator is stored. |
| Instruction | storeCurrentNode() |