Class LocalVariableInfo
java.lang.Object
org.ek9lang.compiler.backend.jvm.support.LocalVariableInfo
Metadata for a local variable needed for LocalVariableTable generation.
Tracks the variable name, type descriptor, scope, and JVM slot for generating debug information that enables jdb's 'locals' command.
-
Constructor Details
-
LocalVariableInfo
-
-
Method Details
-
getName
-
getTypeDescriptor
-
getScopeId
-
getSlot
public int getSlot() -
setSlot
public void setSlot(int slot)
-