|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.classfile.AccessFlags
org.apache.bcel.generic.ClassGen
org.apache.xalan.xsltc.compiler.util.ClassGenerator
The class that implements any class that inherits from AbstractTranslet, i.e. any translet. Methods in this class may be of the following kinds: 1. Main method: applyTemplates, implemented by intances of MethodGenerator. 2. Named methods: for named templates, implemented by instances of NamedMethodGenerator. 3. Rt methods: for result tree fragments, implemented by instances of RtMethodGenerator.
Constructor Summary | |
ClassGenerator(String class_name,
String super_class_name,
String file_name,
int access_flags,
String[] interfaces,
Stylesheet stylesheet)
|
Method Summary | |
String |
getApplyTemplatesSig()
|
String |
getClassName()
Pretend this is the stylesheet class. |
String |
getDOMClass()
|
String |
getDOMClassSig()
|
Parser |
getParser()
|
Stylesheet |
getStylesheet()
|
boolean |
isExternal()
Returns true or false depending on whether this class inherits from AbstractTranslet or not. |
org.apache.bcel.generic.Instruction |
loadTranslet()
|
Methods inherited from class org.apache.bcel.generic.ClassGen |
addAttribute, addEmptyConstructor, addField, addInterface, addMethod, addObserver, clone, containsField, containsField, containsMethod, getAttributes, getClassNameIndex, getConstantPool, getFields, getFileName, getInterfaceNames, getInterfaces, getJavaClass, getMajor, getMethodAt, getMethods, getMinor, getSuperclassName, getSuperclassNameIndex, removeAttribute, removeField, removeInterface, removeMethod, removeObserver, replaceField, replaceMethod, setClassName, setClassNameIndex, setConstantPool, setMajor, setMethodAt, setMethods, setMinor, setSuperclassName, setSuperclassNameIndex, update |
Methods inherited from class org.apache.bcel.classfile.AccessFlags |
getAccessFlags, getModifiers, isAbstract, isAbstract, isFinal, isFinal, isInterface, isInterface, isNative, isNative, isPrivate, isPrivate, isProtected, isProtected, isPublic, isPublic, isStatic, isStatic, isStrictfp, isStrictfp, isSynchronized, isSynchronized, isTransient, isTransient, isVolatile, isVolatile, setAccessFlags, setModifiers |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassGenerator(String class_name, String super_class_name, String file_name, int access_flags, String[] interfaces, Stylesheet stylesheet)
Method Detail |
public final Parser getParser()
public final Stylesheet getStylesheet()
public final String getClassName()
public org.apache.bcel.generic.Instruction loadTranslet()
public final String getDOMClass()
public final String getDOMClassSig()
public final String getApplyTemplatesSig()
public boolean isExternal()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |