All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.util.IntStack

java.lang.Object
    |
    +----hpjava.compiler.util.IntStack

public class IntStack
extends Object

Constructor Index

 o IntStack()
 o IntStack(int)

Method Index

 o empty()
 o peek()
 o pop()
 o push(int)

Constructors

 o IntStack
public IntStack()
 o IntStack
public IntStack(int size)

Methods

 o empty
public boolean empty()
 o push
public void push(int item)
 o pop
public int pop()
 o peek
public int peek()

All Packages  Class Hierarchy  This Package  Previous  Next  Index