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