Class IntResult


  • public class IntResult
    extends org.teavm.interop.Structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntResult()  
    • Method Summary

      • Methods inherited from class org.teavm.interop.Structure

        add, cast, sizeOf, toAddress
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public int value
    • Constructor Detail

      • IntResult

        public IntResult()