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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java81 private TypeContext[] stack = new TypeContext[maxIndex];
85 private TypeContext tempContext = new TypeContext();
200 public TypeContext push (ContextElement element) {
208 TypeContext[] newStack = new TypeContext[newMax];
216 TypeContext it = stack[currentIndex];
219 it = new TypeContext();
240 public TypeContext po
385 class TypeContext { class
[all...]

Completed in 23 milliseconds