Class NamedStorageType
java.lang.Object
de.inetsoftware.jwebassembly.wasm.NamedStorageType
A ValueType with a name for debug information.
- Author:
- Volker Berlin
-
Constructor Summary
ConstructorsConstructorDescriptionNamedStorageType(ConstantRef ref, TypeManager types) Create a new instanceNamedStorageType(AnyType type, String className, String name) Create a new instanceNamedStorageType(String className, FieldInfo field, TypeManager types) Create a new instance -
Method Summary
-
Constructor Details
-
NamedStorageType
Create a new instance- Parameters:
className- the parent className of the fieldfield- the FieldInfotypes- the type manager
-
NamedStorageType
Create a new instance- Parameters:
ref- the referencetypes- the type manager
-
NamedStorageType
-
-
Method Details
-
getType
-
geClassName
-
getName
Get the global unique name of the field. See https://github.com/lars-t-hansen/moz-gc-experiments/blob/master/version2.md#struct-and-ref-types- Returns:
- the name
-
hashCode
-
equals
-