public class ArrayRef extends Value
| Modifier and Type | Field and Description |
|---|---|
List<? extends Value> |
counts |
DOUBLE_VALUE, FLOAT_VALUE, insns, INT_VALUE, LONG_VALUE, REFERENCE_VALUE, type, UNINITIALIZED_VALUE| Constructor and Description |
|---|
ArrayRef(org.objectweb.asm.Type type,
List<? extends Value> counts) |
ArrayRef(org.objectweb.asm.Type type,
Value count) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize() |
Set<Variable> |
getVariables() |
String |
toString() |
public ArrayRef(org.objectweb.asm.Type type,
Value count)
public Set<Variable> getVariables()
getVariables in class Valuepublic int getSize()
Copyright © 2014–2015. All rights reserved.