Class NodeSortRecordFactGenerator
java.lang.Object
org.apache.bcel.classfile.AccessFlags
org.apache.bcel.generic.ClassGen
org.apache.xalan.xsltc.compiler.util.ClassGenerator
org.apache.xalan.xsltc.compiler.util.NodeSortRecordFactGenerator
- All Implemented Interfaces:
Cloneable
Generator for subclasses of NodeSortRecordFactory.
- Author:
- Santiago Pericas-Geertsen
-
Constructor Summary
ConstructorsConstructorDescriptionNodeSortRecordFactGenerator
(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true since this class is external to the translet.Methods inherited from class org.apache.xalan.xsltc.compiler.util.ClassGenerator
addMethod, getApplyTemplatesSig, getApplyTemplatesSigForImport, getClassName, getDOMClass, getDOMClassSig, getParser, getStylesheet, loadTranslet
Methods inherited from class org.apache.bcel.generic.ClassGen
addAnnotationEntry, addAttribute, addEmptyConstructor, addField, addInterface, addMethod, addObserver, clone, containsField, containsField, containsMethod, equals, getAnnotationEntries, getAttributes, getClassNameIndex, getComparator, getConstantPool, getFields, getFileName, getInterfaceNames, getInterfaces, getJavaClass, getMajor, getMethodAt, getMethods, getMinor, getSuperclassName, getSuperclassNameIndex, hashCode, removeAttribute, removeField, removeInterface, removeMethod, removeObserver, replaceField, replaceMethod, setClassName, setClassNameIndex, setComparator, setConstantPool, setMajor, setMethodAt, setMethods, setMinor, setSuperclassName, setSuperclassNameIndex, update
Methods inherited from class org.apache.bcel.classfile.AccessFlags
getAccessFlags, getModifiers, isAbstract, isAbstract, isAnnotation, isAnnotation, isEnum, isEnum, isFinal, isFinal, isInterface, isInterface, isNative, isNative, isPrivate, isPrivate, isProtected, isProtected, isPublic, isPublic, isStatic, isStatic, isStrictfp, isStrictfp, isSynchronized, isSynchronized, isSynthetic, isSynthetic, isTransient, isTransient, isVarArgs, isVarArgs, isVolatile, isVolatile, setAccessFlags, setModifiers
-
Constructor Details
-
NodeSortRecordFactGenerator
public NodeSortRecordFactGenerator(String className, String superClassName, String fileName, int accessFlags, String[] interfaces, Stylesheet stylesheet)
-
-
Method Details
-
isExternal
public boolean isExternal()Returns true since this class is external to the translet.- Overrides:
isExternal
in classClassGenerator
-