Class LocalVariableSet
java.lang.Object
org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.LocalVariableSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int index, AbstractLocalVariable newLV) get
(int index, int offset) initialize
(Frame rootFrame) boolean
isEmpty()
remove
(int index, int offset) root
(int index) void
update
(int index, int offset, GenericType type) void
update
(int index, int offset, ObjectType type)
-
Field Details
-
array
-
size
protected int size
-
-
Constructor Details
-
LocalVariableSet
public LocalVariableSet()
-
-
Method Details
-
add
-
root
-
remove
-
get
-
isEmpty
public boolean isEmpty() -
update
-
update
-
initialize
-