org.apache.bcel.generic
public class ARRAYLENGTH extends Instruction implements ExceptionThrower, StackProducer
Stack: ..., arrayref -> ..., length
Constructor Summary | |
---|---|
ARRAYLENGTH() Get length of array |
Method Summary | |
---|---|
void | accept(Visitor v)
Call corresponding visitor method(s). |
Class[] | getExceptions() |
Parameters: v Visitor object
Returns: exceptions this instruction may cause