Uses of Class
org.glassfish.rmic.iiop.TypeContext
-
Packages that use TypeContext Package Description org.glassfish.rmic.iiop -
-
Uses of TypeContext in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as TypeContext Modifier and Type Field Description private TypeContext[]
ContextStack. stack
private TypeContext
ContextStack. tempContext
Methods in org.glassfish.rmic.iiop that return TypeContext Modifier and Type Method Description TypeContext
ContextStack. getContext()
Get the current top context.TypeContext
ContextStack. getContext(int index)
Get a specific context.TypeContext
ContextStack. getParentContext()
Get parent context.TypeContext
ContextStack. pop(boolean wasValid)
Pop an element from the stack.TypeContext
ContextStack. push(ContextElement element)
Push a new element on the stack.Methods in org.glassfish.rmic.iiop with parameters of type TypeContext Modifier and Type Method Description private java.lang.String
ContextStack. toResultString(TypeContext it, boolean result, boolean preExisting)
private java.lang.String
ContextStack. toTrialString(TypeContext it)
-