Package com.dylibso.chicory.wasm.types
Class TypeSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.TypeSection
-
public class TypeSection extends Section
-
-
Constructor Summary
Constructors Constructor Description TypeSection(FunctionType[] types)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionTypegetType(int idx)inttypeCount()FunctionType[]types()
-
-
-
Constructor Detail
-
TypeSection
public TypeSection(FunctionType[] types)
-
-
Method Detail
-
types
public FunctionType[] types()
-
typeCount
public int typeCount()
-
getType
public FunctionType getType(int idx)
-
-