Class LongResult


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

      Fields 
      Modifier and Type Field Description
      long value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LongResult()  
    • 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 long value
    • Constructor Detail

      • LongResult

        public LongResult()