Class Upvaldesc

java.lang.Object
com.prineside.luaj.Upvaldesc
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable

public class Upvaldesc extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    short
     
    boolean
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Upvaldesc(LuaString name, boolean instack, int idx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
     
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • name

      public LuaString name
    • instack

      public boolean instack
    • idx

      public short idx
  • Constructor Details

    • Upvaldesc

      public Upvaldesc(LuaString name, boolean instack, int idx)
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • toString

      public String toString()
      Overrides:
      toString in class Object