Uses of Interface
de.inetsoftware.classparser.Member
Packages that use Member
-
Uses of Member in de.inetsoftware.classparser
Classes in de.inetsoftware.classparser that implement MemberModifier and TypeClassDescriptionclass
class
class
class
A reference to an member that is described in the constant pool of a Java class.class
-
Uses of Member in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type MemberModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addGlobalInstruction
(boolean load, Member ref, int javaCodePos, int lineNumber) Add a global instructionConstructors in de.inetsoftware.jwebassembly.module with parameters of type MemberModifierConstructorDescription(package private)
FunctionName
(Member methodOrField) Create a new instance from the given reference in the ConstantPool or parsed method.(package private)
FunctionName
(Member methodOrField, String signature) Create a new instance from the given reference in the ConstantPool and a special signature.