| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.classfile |
This package contains the classes that describe the structure of a
Java class file and a class file parser.
|
| jdk7u.jaxp.org.apache.bcel.external.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
| jdk7u.jaxp.org.apache.xalan.external.xsltc.compiler.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Field
This class represents the field info structure, i.e., the representation
for a variable in the class.
|
class |
FieldOrMethod
Abstract super class for fields and methods.
|
class |
JavaClass
Represents a Java class, i.e., the data structures, constant pool,
fields, methods and commands contained in a Java .class file.
|
class |
Method
This class represents the method info structure, i.e., the representation
for a method in the class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassGen
Template class for building up a java class.
|
class |
FieldGen
Template class for building up a field.
|
class |
FieldGenOrMethodGen
Super class for FieldGen and MethodGen objects, since they have
some methods in common!
|
class |
MethodGen
Template class for building up a method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeSetMethodGenerator |
class |
ClassGenerator
The class that implements any class that inherits from
AbstractTranslet, i.e. any translet.
|
class |
CompareGenerator |
class |
FilterGenerator
This class implements auxliary classes needed to compile
filters (predicates).
|
class |
MatchGenerator |
class |
MethodGenerator |
class |
NamedMethodGenerator
This class is used for named templates.
|
class |
NodeCounterGenerator
This class implements auxiliary classes needed to compile
patterns in xsl:number.
|
class |
NodeSortRecordFactGenerator
Generator for subclasses of NodeSortRecordFactory.
|
class |
NodeSortRecordGenerator |
class |
RtMethodGenerator
This class is used for result trees implemented as methods.
|
class |
TestGenerator |
Copyright © 2018–2021 mhoffrogge. All rights reserved.