Class LuaClosure

java.lang.Object
se.krka.kahlua.vm.LuaClosure

public final class LuaClosure
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String debugName  
    KahluaTable env  
    Prototype prototype  
    UpValue[] upvalues  
  • Constructor Summary

    Constructors
    Constructor Description
    LuaClosure​(Prototype prototype, KahluaTable kahluaTable)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  
    java.lang.String toString2​(int int1)  

    Methods inherited from class java.lang.Object

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

    • prototype

      public Prototype prototype
    • env

      public KahluaTable env
    • upvalues

      public UpValue[] upvalues
    • debugName

      public java.lang.String debugName
  • Constructor Details

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • toString2

      public java.lang.String toString2​(int int1)