Class CharPtr


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

      Fields 
      Modifier and Type Field Description
      char value  
    • Constructor Summary

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

      • CharPtr

        public CharPtr()