Class: com.sun.org.apache.bcel.internal.generic.ARRAYLENGTH
- public class ARRAYLENGTH
- extends Instruction
- implements ExceptionThrower, StackProducer
ARRAYLENGTH - Get length of array
Stack: ..., arrayref -> ..., length
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.bcel.internal.generic.Instruction
- com.sun.org.apache.bcel.internal.generic.ARRAYLENGTH
Methods
-
ARRAYLENGTHtop
public ARRAYLENGTH()Get length of array -
accepttop
public void accept(Visitor v)Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Override hierarchy:
- accept from Instruction
-
getExceptionstop
public Class[] getExceptions()- Specified by:
- getExceptions from ExceptionThrower
