Searched defs:ContextStack (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java38 * ContextStack provides a mechanism to record parsing state.
42 public class ContextStack { class
92 public ContextStack (BatchEnvironment env) { method in class:ContextStack
423 return ContextStack.getContextCodeString(code) + element.getElementName();
425 return ContextStack.getContextCodeString(code) + "null";
434 return code == ContextStack.MEMBER_CONSTANT;

Completed in 30 milliseconds