Package org.eolang.opeo.decompilation
Class LocalVariables
- java.lang.Object
-
- org.eolang.opeo.decompilation.LocalVariables
-
public final class LocalVariables extends Object
Local variables.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description LocalVariables()
Constructor.LocalVariables(int modifiers)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AstNode
variable(int index, org.objectweb.asm.Type type, boolean load)
Get variable by index.
-
-
-
Method Detail
-
variable
public AstNode variable(int index, org.objectweb.asm.Type type, boolean load)
Get variable by index.- Parameters:
index
- Index.type
- Type.load
- Load or store.- Returns:
- Variable.
-
-