FileDocCategorySizeDatePackage
NodeSortRecordGenerator.javaAPI DocJava SE 5 API1888Fri Aug 26 14:55:38 BST 2005com.sun.org.apache.xalan.internal.xsltc.compiler.util

NodeSortRecordGenerator

public final class NodeSortRecordGenerator extends ClassGenerator
author
Jacek Ambroziak
author
Santiago Pericas-Geertsen
author
Morten Jorgensen

Fields Summary
private static final int
TRANSLET_INDEX
private final Instruction
_aloadTranslet
Constructors Summary
public NodeSortRecordGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)


        
				    
				      
				     
	super(className, superClassName, fileName,
	      accessFlags, interfaces, stylesheet);
	_aloadTranslet = new ALOAD(TRANSLET_INDEX);
    
Methods Summary
public booleanisExternal()
Returns true since this class is external to the translet.

	return true;
    
public com.sun.org.apache.bcel.internal.generic.InstructionloadTranslet()
The index of the translet pointer within the execution of the test method.

	return _aloadTranslet;