Class FieldInfoStruct

java.lang.Object
org.teavm.backend.wasm.generate.reflection.FieldInfoStruct

public class FieldInfoStruct extends Object
  • Method Details

    • structure

      public WasmStructure structure()
    • array

      public WasmArray array()
    • nameIndex

      public int nameIndex()
    • modifiersIndex

      public int modifiersIndex()
    • typeIndex

      public int typeIndex()
    • readerIndex

      public int readerIndex()
    • writerIndex

      public int writerIndex()
    • reflectionIndex

      public int reflectionIndex()
    • readerType

      public WasmFunctionType readerType()
    • writerType

      public WasmFunctionType writerType()