Package org.teavm.backend.wasm.model
Class WasmFunctionType
java.lang.Object
org.teavm.backend.wasm.model.WasmEntity
org.teavm.backend.wasm.model.WasmCompositeType
org.teavm.backend.wasm.model.WasmFunctionType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptVisitor(WasmCompositeTypeVisitor visitor) booleanisFinal()voidsetFinal(boolean aFinal) Methods inherited from class org.teavm.backend.wasm.model.WasmCompositeType
getName, getNonNullReference, getRecursiveTypeCount, getReference
-
Constructor Details
-
WasmFunctionType
-
WasmFunctionType
-
-
Method Details
-
getParameterTypes
-
getReturnType
-
getSupertypes
-
isFinal
public boolean isFinal() -
setFinal
public void setFinal(boolean aFinal) -
acceptVisitor
- Specified by:
acceptVisitorin classWasmCompositeType
-