Uses of Class
org.glassfish.rmic.tools.java.ClassNotFound
-
-
Uses of ClassNotFound in org.glassfish.rmic
Methods in org.glassfish.rmic that throw ClassNotFound Modifier and Type Method Description private voidRemoteClass.Method. collectCompatibleExceptions(ClassDeclaration[] from, ClassDeclaration[] with, java.util.Vector<ClassDeclaration> list)Add to the supplied list all exceptions in the "from" array that are subclasses of an exception in the "with" array.voidMain. compileAllClasses(BatchEnvironment env)booleanMain. compileClass(ClassDeclaration c, java.io.ByteArrayOutputStream buf, BatchEnvironment env) -
Uses of ClassNotFound in org.glassfish.rmic.asm
Methods in org.glassfish.rmic.asm that throw ClassNotFound Modifier and Type Method Description protected voidAsmClass. basicCheck(Environment env)java.lang.StringAsmMemberDefinition. getMemberValueString(Environment env) -
Uses of ClassNotFound in org.glassfish.rmic.iiop
Methods in org.glassfish.rmic.iiop with parameters of type ClassNotFound Modifier and Type Method Description 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.Methods in org.glassfish.rmic.iiop that throw ClassNotFound Modifier and Type Method Description protected java.util.Vector<CompoundType.Method>CompoundType. addAllMethods(ClassDefinition current, java.util.Vector<CompoundType.Method> directMethods, boolean noMultiInheritedMethods, boolean quiet, ContextStack stack)protected java.util.Vector<InterfaceType>CompoundType. addNonRemoteInterfaces(java.util.Vector<InterfaceType> list, ContextStack stack)protected java.util.Vector<InterfaceType>CompoundType. addRemoteInterfaces(java.util.Vector<InterfaceType> list, boolean allowNonConforming, ContextStack stack)private voidCompoundType.Method. collectCompatibleExceptions(ValueType[] from, ValueType[] with, java.util.Vector<ValueType> list)Add to the supplied list all exceptions in the "from" array that are subclasses of an exception in the "with" array.private static intIDLNames. getInitialAttributeKind(CompoundType.Method method, BatchEnvironment env)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 java.util.Vector<CompoundType.Method>CompoundType. updateParentClassMethods(ClassDefinition current, java.util.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 ClassNotFound Modifier and Type Method Description protected voidBinaryClass. basicCheck(Environment env)Ready a BinaryClass for further checking.java.lang.StringBinaryMember. getMemberValueString(Environment env) -
Uses of ClassNotFound in org.glassfish.rmic.tools.java
Subclasses of ClassNotFound in org.glassfish.rmic.tools.java Modifier and Type Class Description classAmbiguousClassThis 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 ClassNotFound Modifier and Type Method Description protected 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.VsetMemberDefinition. check(Environment env, Context ctx, Vset vset)Really check the field definition.VsetClassDefinition. 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)private booleanClassDefinition. diagnoseMismatch(Environment env, Identifier nm, Type[] argTypes, int start, int[] haveMatch, Type[] margType)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.MemberDefinitionClassDefinition. findAnyMethod(Environment env, Identifier nm)Find any method with a given name.MemberDefinitionClassDefinition. findMethod(Environment env, Identifier nm, Type t)Find a method, ie: exact match in this class or any of the super classes.ClassDefinitionClassDeclaration. getClassDefinition(Environment env)Get the definition of this class, if the class is not yet defined, load the definition.ClassDefinitionEnvironment. getClassDefinition(Identifier nm)Return a class definition given a fully qualified class name.ClassDefinitionEnvironment. getClassDefinition(Type t)Return a class definition given a type.ClassDefinitionClassDeclaration. getClassDefinitionNoCheck(Environment env)Get the definition of this class, if the class is not yet defined, load the definition.MemberDefinitionClassDefinition. getInnerClass(Environment env, Identifier nm)Get an inner class.java.lang.StringMemberDefinition. getMemberValueString(Environment env)ClassDefinitionEnvironment. getQualifiedClassDefinition(long where, Identifier nm, ClassDefinition ctxClass, boolean isExtends)Like 'getClassDefinition(env)', but check access on each component.NodeMemberDefinition. getValue(Environment env)Get the field's final value (may return null)MemberDefinitionClassDefinition. getVariable(Environment env, Identifier nm, ClassDefinition source)Get a field from this class.private MemberDefinitionClassDefinition. getVariable0(Environment env, Identifier nm, ClassDefinition source, boolean showPrivate, boolean showPackage)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"MemberDefinitionClassDefinition. 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.MemberDefinitionClassDefinition. matchMethod(Environment env, ClassDefinition accessor, Identifier methodName)Lookup a method.MemberDefinitionClassDefinition. matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes)Lookup a method.private MemberDefinitionClassDefinition. matchMethod(Environment env, ClassDefinition accessor, Identifier methodName, Type[] argumentTypes, boolean isAnonConstCall, Identifier accessPackage)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).IdentifierEnvironment. resolve(Identifier nm)Resolve a class name, using only package and import directives.IdentifierImportEnvironment. resolve(Identifier nm)IdentifierImports. 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 ClassNotFound Modifier and Type Method Description protected 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.VsetSourceMember. check(Environment env, Context ctx, Vset vset)Deprecated.Check a field.VsetSourceClass. checkInsideClass(Environment env, Context ctx, Vset vset)Deprecated.Check a class which is inside a local class, but is not itself local.private VsetSourceClass. checkInternal(Environment env, Context ctx, Vset vset)Deprecated.VsetSourceClass. 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.private VsetSourceClass. checkMembers(Environment env, Context ctx, Vset vset)Deprecated.Check all of the members of this class.private voidSourceClass. checkSupers(Environment env)Deprecated.Check that all superclasses and superinterfaces are defined and well formed.voidSourceMember. code(Environment env, Assembler asm)Deprecated.Generate codevoidSourceMember. codeInit(Environment env, Context ctx, Assembler asm)Deprecated.protected voidSourceClass. compileClass(Environment env, java.io.OutputStream out)Deprecated.NodeSourceMember. getValue(Environment env)Deprecated.Get the value of the field (or null if the value can't be determined)(package private) voidSourceMember. inline(Environment env)Deprecated.Inline the fieldbooleanSourceMember. isInlineable(Environment env, boolean fromFinal)Deprecated.private voidSourceClass. maybeCheck(Environment env)Deprecated.private voidSourceClass. resolveAnonymousStructure(Environment env, ClassDefinition sup, Expression[] args, Type[] argTypes)Deprecated.Just before checking an anonymous class, decide its true inheritance, and build its (sole, implicit) constructor. -
Uses of ClassNotFound in org.glassfish.rmic.tools.tree
Methods in org.glassfish.rmic.tools.tree that throw ClassNotFound Modifier and Type Method Description (package private) voidAddExpression. codeAppend(Environment env, Context ctx, Assembler asm, ClassDeclaration sbClass, boolean needBuffer)Convert this expression to a string and append it to the string buffer on the top of the stack.(package private) voidExpression. codeAppend(Environment env, Context ctx, Assembler asm, ClassDeclaration sbClass, boolean needBuffer)Convert this expression to a string and append it to the string buffer on the top of the stack.(package private) booleanMethodExpression. diagnoseMismatch(Environment env, Expression[] args, Type[] argTypes)We're about to report a "unmatched method" error.(package private) voidExpression. ensureString(Environment env, Context ctx, Assembler asm)Convert this expression to a string.MemberDefinitionContext. getApparentField(Environment env, Identifier name)Like getField, except that it skips over inherited fields.private MemberDefinitionContext. getClassCommon(Environment env, Identifier name, boolean apparentOnly)MemberDefinitionContext. getField(Environment env, Identifier name)Get either a local variable, or a field in a current classprivate MemberDefinitionContext. getFieldCommon(Environment env, Identifier name, boolean apparentOnly)
-