Class Prototype

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

public final class Prototype extends Object
  • Field Details

    • code

      public int[] code
    • constants

      public Object[] constants
    • prototypes

      public Prototype[] prototypes
    • numParams

      public int numParams
    • isVararg

      public boolean isVararg
    • name

      public String name
    • lines

      public int[] lines
    • numUpvalues

      public int numUpvalues
    • maxStacksize

      public int maxStacksize
    • file

      public String file
    • filename

      public String filename
    • locvars

      public String[] locvars
    • locvarlines

      public int[] locvarlines
  • Constructor Details

  • Method Details