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

java.lang.Object
  extended by ClassGen
      extended by org.apache.xalan.xsltc.compiler.util.ClassGenerator
          extended by org.apache.xalan.xsltc.compiler.util.NodeSortRecordGenerator

public final class NodeSortRecordGenerator
extends ClassGenerator


Field Summary
private  Instruction _aloadTranslet
           
private static int TRANSLET_INDEX
           
 
Constructor Summary
NodeSortRecordGenerator(java.lang.String className, java.lang.String superClassName, java.lang.String fileName, int accessFlags, java.lang.String[] interfaces, Stylesheet stylesheet)
           
 
Method Summary
 boolean isExternal()
          Returns true since this class is external to the translet.
 Instruction loadTranslet()
          The index of the translet pointer within the execution of the test method.
 
Methods inherited from class org.apache.xalan.xsltc.compiler.util.ClassGenerator
addMethod, getApplyTemplatesSig, getApplyTemplatesSigForImport, getClassName, getDOMClass, getDOMClassSig, getParser, getStylesheet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSLET_INDEX

private static final int TRANSLET_INDEX
See Also:
Constant Field Values

_aloadTranslet

private final Instruction _aloadTranslet
Constructor Detail

NodeSortRecordGenerator

public NodeSortRecordGenerator(java.lang.String className,
                               java.lang.String superClassName,
                               java.lang.String fileName,
                               int accessFlags,
                               java.lang.String[] interfaces,
                               Stylesheet stylesheet)
Method Detail

loadTranslet

public Instruction loadTranslet()
The index of the translet pointer within the execution of the test method.

Overrides:
loadTranslet in class ClassGenerator

isExternal

public boolean isExternal()
Returns true since this class is external to the translet.

Overrides:
isExternal in class ClassGenerator