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. stackprivate TypeContextContextStack. tempContextMethods in org.glassfish.rmic.iiop that return TypeContext Modifier and Type Method Description TypeContextContextStack. getContext()Get the current top context.TypeContextContextStack. getContext(int index)Get a specific context.TypeContextContextStack. getParentContext()Get parent context.TypeContextContextStack. pop(boolean wasValid)Pop an element from the stack.TypeContextContextStack. 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.StringContextStack. toResultString(TypeContext it, boolean result, boolean preExisting)private java.lang.StringContextStack. toTrialString(TypeContext it)
-