Uses of Class
org.glassfish.rmic.iiop.ContextStack
Packages that use ContextStack
-
Uses of ContextStack in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as ContextStackMethods in org.glassfish.rmic.iiop with parameters of type ContextStackModifier and TypeMethodDescriptionprotected booleanCompoundType.addAllMembers(Vector<CompoundType.Member> allMembers, boolean onlyConformingConstants, boolean quiet, ContextStack stack) protected Vector<CompoundType.Method>CompoundType.addAllMethods(ClassDefinition current, Vector<CompoundType.Method> directMethods, boolean noMultiInheritedMethods, boolean quiet, ContextStack stack) protected booleanCompoundType.addConformingConstants(Vector<CompoundType.Member> allMembers, boolean quiet, ContextStack stack) protected Vector<InterfaceType>CompoundType.addNonRemoteInterfaces(Vector<InterfaceType> list, ContextStack stack) protected Vector<InterfaceType>CompoundType.addRemoteInterfaces(Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack) protected booleanCompoundType.assertNotImpl(Type type, boolean quiet, ContextStack stack, CompoundType enclosing, boolean dataMember) protected static voidType.classNotFound(boolean quiet, ContextStack stack, ClassNotFound e) Report a ClassNotFoundException thru the compiler environment.protected static voidType.classNotFound(ContextStack stack, ClassNotFound e) Report a ClassNotFoundException thru the compiler environment.protected static booleanType.failedConstraint(int constraintNum, boolean quiet, ContextStack stack) Report a constraint failure thru the compiler environment.protected static booleanType.failedConstraint(int constraintNum, boolean quiet, ContextStack stack, Object arg0) Report a constraint failure thru the compiler environment.protected static booleanType.failedConstraint(int constraintNum, boolean quiet, ContextStack stack, Object arg0, Object arg1) Report a constraint failure thru the compiler environment.protected static booleanType.failedConstraint(int constraintNum, boolean quiet, ContextStack stack, Object arg0, Object arg1, Object arg2) Report a constraint failure thru the compiler environment.static AbstractTypeAbstractType.forAbstract(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an AbstractType for the given class.static ArrayTypeArrayType.forArray(Type theType, ContextStack stack) Create an ArrayType object for the given type.static ImplementationTypeImplementationType.forImplementation(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an ImplementationType for the given class.static NCClassTypeNCClassType.forNCClass(ClassDefinition classDef, ContextStack stack) Create an NCClassType for the given class.static NCInterfaceTypeNCInterfaceType.forNCInterface(ClassDefinition classDef, ContextStack stack) Create an NCInterfaceType for the given class.static PrimitiveTypePrimitiveType.forPrimitive(Type type, ContextStack stack) Create a PrimitiveType object for the given type.static RemoteTypeRemoteType.forRemote(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an RemoteType for the given class.static SpecialClassTypeSpecialClassType.forSpecial(ClassDefinition theClass, ContextStack stack) Create a SpecialClassType object for the given class.static SpecialInterfaceTypeSpecialInterfaceType.forSpecial(ClassDefinition theClass, ContextStack stack) Create a SpecialInterfaceType object for the given class.static ValueTypeValueType.forValue(ClassDefinition classDef, ContextStack stack, boolean quiet) Create an ValueType object for the given class.protected ValueType[]CompoundType.getMethodExceptions(MemberDefinition member, boolean quiet, ContextStack stack) protected abstract CompoundTypeGenerator.getTopType(ClassDefinition cdef, ContextStack stack) Create and return a top-level type.protected CompoundTypeIDLGenerator.getTopType(ClassDefinition cdef, ContextStack stack) Create and return a top-level type.protected CompoundTypeStubGenerator.getTopType(ClassDefinition cdef, ContextStack stack) Create and return a top-level type.protected static TypeType.getType(String key, ContextStack stack) Get a type out of the table.protected static TypeType.getType(Type key, ContextStack stack) Get a type out of the table.protected booleanCompoundType.inheritsFrom(ContextStack stack, ClassDefinition def, ClassDefinition otherDef) voidCompoundType.Member.init(ContextStack stack, CompoundType enclosing) protected booleanCompoundType.initialize(Vector<InterfaceType> directInterfaces, Vector<CompoundType.Method> directMethods, Vector<CompoundType.Member> directMembers, ContextStack stack, boolean quiet) Initialize this instance.protected booleanClassType.initParents(ContextStack stack) protected static TypeCompoundType.makeType(Type theType, ClassDefinition classDef, ContextStack stack) protected abstract booleanGenerator.parseNonConforming(ContextStack stack) Return true if non-conforming types should be parsed.protected booleanIDLGenerator.parseNonConforming(ContextStack stack) Return true if non-conforming types should be parsed.protected booleanStubGenerator.parseNonConforming(ContextStack stack) Return true if non-conforming types should be parsed.protected static voidType.putInvalidType(Type key, String value, ContextStack stack) Put an invalid type into the.protected static voidType.putType(String key, Type value, ContextStack stack) Put a type into the table.protected static voidType.putType(Type key, Type value, ContextStack stack) Put a type into the table.protected static voidType.removeType(String key, ContextStack stack) Remove a type from the table.protected static voidType.removeType(Type key, ContextStack stack) Remove a type from the table.protected static voidType.updateAllInvalidTypes(ContextStack stack) Walk all types and tell them to update invalid types...protected Vector<CompoundType.Method>CompoundType.updateParentClassMethods(ClassDefinition current, Vector<CompoundType.Method> currentMethods, boolean quiet, ContextStack stack) Constructors in org.glassfish.rmic.iiop with parameters of type ContextStackModifierConstructorDescriptionprotectedClassType(int typeCode, ClassDefinition classDef, ContextStack stack) Create a ClassType instance for the given class.protectedClassType(ContextStack stack, int typeCode, ClassDefinition classDef) Create a ClassType instance for the given class.protectedClassType(ContextStack stack, ClassDefinition classDef, int typeCode) Create an ClassType instance for the given class.protectedCompoundType(ContextStack stack, int typeCode, ClassDefinition classDef) Create a CompoundType instance for the given class.protectedCompoundType(ContextStack stack, ClassDefinition classDef, int typeCode) Create a CompoundType instance for the given class.protectedInterfaceType(ContextStack stack, int typeCode, ClassDefinition classDef) Create a InterfaceType instance for the given class.protectedInterfaceType(ContextStack stack, ClassDefinition classDef, int typeCode) Create a InterfaceType instance for the given class.Member(MemberDefinition member, String value, ContextStack stack, CompoundType enclosing) Create a new Member object.Method(CompoundType enclosing, MemberDefinition memberDef, boolean quiet, ContextStack stack) Create a new Method object corresponding to the given method definition.protectedRemoteType(ContextStack stack, ClassDefinition classDef) Create a RemoteType instance for the given class.protectedRemoteType(ContextStack stack, ClassDefinition classDef, int typeCode) Create a RemoteType instance for the given class.protectedType(ContextStack stack, int fullTypeCode) Create a Type instance for the given type.