Uses of Class
org.glassfish.rmic.tools.java.ClassNotFound
Packages that use ClassNotFound
Package
Description
-
Uses of ClassNotFound in org.glassfish.rmic
Methods in org.glassfish.rmic that throw ClassNotFoundModifier and TypeMethodDescriptionvoidMain.compileAllClasses(BatchEnvironment env) booleanMain.compileClass(ClassDeclaration c, ByteArrayOutputStream buf, BatchEnvironment env) -
Uses of ClassNotFound in org.glassfish.rmic.asm
Methods in org.glassfish.rmic.asm that throw ClassNotFound -
Uses of ClassNotFound in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop with parameters of type ClassNotFoundModifier and TypeMethodDescriptionprotected 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.Methods in org.glassfish.rmic.iiop that throw ClassNotFoundModifier and TypeMethodDescriptionprotected Vector<CompoundType.Method>CompoundType.addAllMethods(ClassDefinition current, Vector<CompoundType.Method> directMethods, boolean noMultiInheritedMethods, 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.inheritsFrom(ContextStack stack, ClassDefinition def, ClassDefinition otherDef) protected booleanCompoundType.isConformingRemoteMethod(CompoundType.Method method, boolean quiet) protected booleanCompoundType.isIDLEntityException(Type type, CompoundType.Method method, boolean quiet) protected Vector<CompoundType.Method>CompoundType.updateParentClassMethods(ClassDefinition current, Vector<CompoundType.Method> currentMethods, boolean quiet, ContextStack stack) -
Uses of ClassNotFound in org.glassfish.rmic.tools.binaryclass
Methods in org.glassfish.rmic.tools.binaryclass that throw ClassNotFoundModifier and TypeMethodDescriptionprotected voidBinaryClass.basicCheck(Environment env) Ready a BinaryClass for further checking.BinaryMember.getMemberValueString(Environment env) -
Uses of ClassNotFound in org.glassfish.rmic.tools.java
Subclasses of ClassNotFound in org.glassfish.rmic.tools.javaModifier and TypeClassDescriptionclassThis exception is thrown when an unqualified class name is used that can be resolved in more than one way.Methods in org.glassfish.rmic.tools.java that throw ClassNotFoundModifier and TypeMethodDescriptionprotected voidClassDefinition.basicCheck(Environment env) booleanClassDefinition.canAccess(Environment env, ClassDeclaration c) Check if another class can be accessed from within the body of this class.booleanClassDefinition.canAccess(Environment env, MemberDefinition f) Check if a field can be accessed from a classvoidClassDefinition.check(Environment env) Check this class.voidMemberDefinition.check(Environment env) Request a check of the field definition.MemberDefinition.check(Environment env, Context ctx, Vset vset) Really check the field definition.ClassDefinition.checkLocalClass(Environment env, Context ctx, Vset vset, ClassDefinition sup, Expression[] args, Type[] argTypes) voidMemberDefinition.code(Environment env, Assembler asm) Generate codevoidMemberDefinition.codeInit(Environment env, Context ctx, Assembler asm) intClassDefinition.diagnoseMismatch(Environment env, Identifier nm, Type[] argTypes, int start, Type[] margTypeResult) Given the fact that this class has no method "nm" matching "argTypes", find out if the mismatch can be blamed on a particular actual argument which disagrees with all of the overloadings.booleanEnvironment.explicitCast(Type from, Type to) Return true if an explicit cast from this type to the given type is allowed.protected booleanClassDefinition.extendsCanAccess(Environment env, ClassDeclaration c) Check if another class can be accessed from the 'extends' or 'implements' clause of this class.ClassDefinition.findAnyMethod(Environment env, Identifier nm) Find any method with a given name.ClassDefinition.findMethod(Environment env, Identifier nm, Type t) Find a method, ie: exact match in this class or any of the super classes.ClassDeclaration.getClassDefinition(Environment env) Get the definition of this class, if the class is not yet defined, load the definition.final ClassDefinitionEnvironment.getClassDefinition(Identifier nm) Return a class definition given a fully qualified class name.final ClassDefinitionEnvironment.getClassDefinition(Type t) Return a class definition given a type.ClassDeclaration.getClassDefinitionNoCheck(Environment env) Get the definition of this class, if the class is not yet defined, load the definition.ClassDefinition.getInnerClass(Environment env, Identifier nm) Get an inner class.MemberDefinition.getMemberValueString(Environment env) final ClassDefinitionEnvironment.getQualifiedClassDefinition(long where, Identifier nm, ClassDefinition ctxClass, boolean isExtends) Like 'getClassDefinition(env)', but check access on each component.MemberDefinition.getValue(Environment env) Get the field's final value (may return null)ClassDefinition.getVariable(Environment env, Identifier nm, ClassDefinition source) Get a field from this class.booleanClassDefinition.implementedBy(Environment env, ClassDeclaration c) Check if this class is implemented by another classbooleanEnvironment.implicitCast(Type from, Type to) Return true if an implicit cast from this type to the given type is allowed.booleanEnvironment.isApplicable(MemberDefinition m, Type[] args) Returns true if the given method is applicable to the given argumentsbooleanMemberDefinition.isInlineable(Environment env, boolean fromFinal) booleanEnvironment.isMoreSpecific(MemberDefinition best, MemberDefinition other) Returns true if "best" is in every argument at least as good as "other"booleanEnvironment.isMoreSpecific(Type from, Type to) Returns true if "from" is a more specific type than "to"ClassDefinition.matchAnonConstructor(Environment env, Identifier accessPackage, Type[] argumentTypes) A version of matchMethod to be used only for constructors when we cannot pass in a sourceClass argument.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName) Lookup a method.ClassDefinition.matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes) Lookup a method.booleanClassDefinition.permitInlinedAccess(Environment env, ClassDeclaration c) Check if a class is entitled to inline access to a class from another class.booleanClassDefinition.permitInlinedAccess(Environment env, MemberDefinition f) Check if a class is entitled to inline access to a method from another class.booleanClassDefinition.protectedAccess(Environment env, MemberDefinition f, Type accessorType) We know the field is marked protected (and not public) and that the field is visible (as per canAccess).Environment.resolve(Identifier nm) Resolve a class name, using only package and import directives.Imports.resolve(Environment env, Identifier nm) Lookup a class, given the current set of imports, AmbiguousClass exception is thrown if the name can be resolved in more than one way.booleanClassDefinition.subClassOf(Environment env, ClassDeclaration otherClass) Check if this is a sub class of another classbooleanClassDefinition.superClassOf(Environment env, ClassDeclaration otherClass) Check if this is a super class of another class -
Uses of ClassNotFound in org.glassfish.rmic.tools.javac
Methods in org.glassfish.rmic.tools.javac that throw ClassNotFoundModifier and TypeMethodDescriptionprotected voidSourceClass.basicCheck(Environment env) Deprecated.voidSourceClass.check(Environment env) Deprecated.Check this class and all its fields.voidSourceMember.check(Environment env) Deprecated.Check this field.SourceMember.check(Environment env, Context ctx, Vset vset) Deprecated.Check a field.SourceClass.checkInsideClass(Environment env, Context ctx, Vset vset) Deprecated.Check a class which is inside a local class, but is not itself local.SourceClass.checkLocalClass(Environment env, Context ctx, Vset vset, ClassDefinition sup, Expression[] args, Type[] argTypes) Deprecated.During the type-checking of an outer method body or initializer, this routine is called to check a local class body in the proper context.voidSourceMember.code(Environment env, Assembler asm) Deprecated.Generate codevoidSourceMember.codeInit(Environment env, Context ctx, Assembler asm) Deprecated.protected voidSourceClass.compileClass(Environment env, OutputStream out) Deprecated.SourceMember.getValue(Environment env) Deprecated.Get the value of the field (or null if the value can't be determined)booleanSourceMember.isInlineable(Environment env, boolean fromFinal) Deprecated. -
Uses of ClassNotFound in org.glassfish.rmic.tools.tree
Methods in org.glassfish.rmic.tools.tree that throw ClassNotFoundModifier and TypeMethodDescriptionfinal MemberDefinitionContext.getApparentField(Environment env, Identifier name) Like getField, except that it skips over inherited fields.final MemberDefinitionContext.getField(Environment env, Identifier name) Get either a local variable, or a field in a current class