Class JavaLocalVariableInfo
java.lang.Object
org.openzen.zenscript.javabytecode.JavaLocalVariableInfo
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJavaLocalVariableInfo(org.objectweb.asm.Type type, int local, org.objectweb.asm.Label start, String name) JavaLocalVariableInfo(org.objectweb.asm.Type type, int local, org.objectweb.asm.Label start, String name, org.objectweb.asm.Label end) -
Method Summary
-
Field Details
-
type
public final org.objectweb.asm.Type type -
local
public final int local -
start
public final org.objectweb.asm.Label start -
name
-
end
public org.objectweb.asm.Label end
-
-
Constructor Details