antlr.collections
public interface Stack
int height()
Object pop() throws NoSuchElementException
NoSuchElementException
void push(Object o)
Object top() throws NoSuchElementException
NoSuchElementException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.