Java org.apache.commons.bcel6.verifier.structurals OperandStack fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.bcel6.verifier.structurals OperandStack fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.bcel6.verifier.structurals OperandStack.

The text is from its open source code.

Constructor

OperandStack(int maxStack, ObjectType obj)
Creates an otherwise empty stack with a maximum of maxStack slots and the ObjectType 'obj' at the top.

Method

Typepeek(int i)
Returns the element that's i elements below the top element; that means, iff i==0 the top element is returned.
intsize()
Returns the size of this OperandStack; that means, how many Type objects there are.