Class MethodDebugInformation

java.lang.Object
se.krka.kahlua.integration.expose.MethodDebugInformation

public class MethodDebugInformation extends Object
  • Constructor Details

    • MethodDebugInformation

      public MethodDebugInformation(String string, boolean boolean1, List list, String string2, String string3)
  • Method Details

    • getLuaName

      public String getLuaName()
    • getLuaDescription

      public String getLuaDescription()
    • isMethod

      public boolean isMethod()
    • getParameters

      public List getParameters()
    • getReturnDescription

      public String getReturnDescription()
    • getReturnType

      public String getReturnType()
    • toString

      public String toString()
      Overrides:
      toString in class Object