Uses of Interface
de.inetsoftware.classparser.Member
-
Packages that use Member Package Description de.inetsoftware.classparser de.inetsoftware.jwebassembly.module -
-
Uses of Member in de.inetsoftware.classparser
Classes in de.inetsoftware.classparser that implement Member Modifier and Type Class Description class
ConstantFieldRef
class
ConstantInterfaceRef
class
ConstantMethodRef
class
ConstantRef
A reference to an member that is described in the constant pool of a Java class.class
MethodInfo
-
Uses of Member in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type Member Modifier and Type Method Description protected void
WasmCodeBuilder. addGlobalInstruction(boolean load, Member ref, int javaCodePos, int lineNumber)
Add a global instructionConstructors in de.inetsoftware.jwebassembly.module with parameters of type Member Constructor Description FunctionName(Member methodOrField)
Create a new instance from the given reference in the ConstantPool or parsed method.FunctionName(Member methodOrField, java.lang.String signature)
Create a new instance from the given reference in the ConstantPool and a special signature.
-