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 TypeMethodDescriptionvoidadd(int index, AbstractLocalVariable newLV) get(int index, int offset) initialize(Frame rootFrame) booleanisEmpty()remove(int index, int offset) root(int index) voidupdate(int index, int offset, GenericType type) voidupdate(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
-