|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.springsource.bundlor.internal.asm.VisitorUtils
final class VisitorUtils
Concurrent Semantics
Constructor Summary | |
---|---|
VisitorUtils()
|
Method Summary | |
---|---|
static java.lang.String |
getFullyQualifiedTypeName(org.objectweb.asm.Type type)
|
static java.lang.String |
getPackageName(org.objectweb.asm.Type type)
Gets the package name from the supplied Type . |
static void |
recordReferencedTypes(PartialManifest partialManifest,
org.objectweb.asm.Type... types)
Records the supplied Types in the supplied PartialManifest . |
static void |
recordUses(PartialManifest partialManifest,
org.objectweb.asm.Type exportingType,
org.objectweb.asm.Type... types)
Records a uses of the packages for the supplied Types against the supplied
exportingPackage . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
VisitorUtils()
Method Detail |
---|
public static java.lang.String getPackageName(org.objectweb.asm.Type type)
Type
.
type
- the Type
.
public static java.lang.String getFullyQualifiedTypeName(org.objectweb.asm.Type type)
public static void recordReferencedTypes(PartialManifest partialManifest, org.objectweb.asm.Type... types)
Types
in the supplied PartialManifest
.
partialManifest
- the PartialManifest
.types
- the Types
.public static void recordUses(PartialManifest partialManifest, org.objectweb.asm.Type exportingType, org.objectweb.asm.Type... types)
Types
against the supplied
exportingPackage
.
partialManifest
- the PartialManifest
.exportingType
- the exporting type.types
- the Types
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |