Uses of Enum Class
org.openjdk.asmtools.jasm.ClassData.CoreClasses.PLACE
Packages that use ClassData.CoreClasses.PLACE
-
Uses of ClassData.CoreClasses.PLACE in org.openjdk.asmtools.jasm
Methods in org.openjdk.asmtools.jasm that return ClassData.CoreClasses.PLACEModifier and TypeMethodDescriptionstatic ClassData.CoreClasses.PLACE
Returns the enum constant of this class with the specified name.static ClassData.CoreClasses.PLACE[]
ClassData.CoreClasses.PLACE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jasm with parameters of type ClassData.CoreClasses.PLACEModifier and TypeMethodDescriptionvoid
ClassData.CoreClasses.super_class
(ClassData.CoreClasses.PLACE where, ConstCell<?> super_class) void
ClassData.CoreClasses.this_class
(ClassData.CoreClasses.PLACE where, ConstCell<?> this_class)