Uses of Class
org.glassfish.rmic.tools.java.ClassDeclaration
Packages that use ClassDeclaration
Package
Description
-
Uses of ClassDeclaration in org.glassfish.rmic
Methods in org.glassfish.rmic that return ClassDeclarationModifier and TypeMethodDescriptionRemoteClass.Method.getExceptions()Return an array of the exception classes declared to be thrown by this remote method.Methods in org.glassfish.rmic with parameters of type ClassDeclarationModifier and TypeMethodDescriptionbooleanMain.compileClass(ClassDeclaration c, ByteArrayOutputStream buf, BatchEnvironment env) -
Uses of ClassDeclaration in org.glassfish.rmic.asm
Methods in org.glassfish.rmic.asm that return ClassDeclaration -
Uses of ClassDeclaration in org.glassfish.rmic.iiop
Fields in org.glassfish.rmic.iiop declared as ClassDeclarationMethods in org.glassfish.rmic.iiop that return ClassDeclarationModifier and TypeMethodDescriptionCompoundType.getClassDeclaration()Return the ClassDeclaration for this type. -
Uses of ClassDeclaration in org.glassfish.rmic.tools.binaryclass
Methods in org.glassfish.rmic.tools.binaryclass that return ClassDeclarationModifier and TypeMethodDescriptionBinaryConstantPool.getDeclaration(Environment env, int n) get class declarationBinaryConstantPool.getDeclarationFromName(Environment env, int n) get class declarationBinaryMember.getExceptions(Environment env) Get exceptionsMethods in org.glassfish.rmic.tools.binaryclass that return types with arguments of type ClassDeclarationModifier and TypeMethodDescriptionBinaryClass.getDependencies()BinaryConstantPool.getDependencies(Environment env) Get a list of dependencies, ie: all the classes referenced in this constant pool.Methods in org.glassfish.rmic.tools.binaryclass with parameters of type ClassDeclarationModifier and TypeMethodDescriptionvoidBinaryClass.addDependency(ClassDeclaration c) Add a dependency -
Uses of ClassDeclaration in org.glassfish.rmic.tools.java
Fields in org.glassfish.rmic.tools.java declared as ClassDeclarationModifier and TypeFieldDescriptionprotected ClassDeclarationClassDefinition.declarationprotected ClassDeclaration[]MemberDefinition.expprotected ClassDeclaration[]ClassDefinition.interfacesprotected ClassDeclarationClassDefinition.superClassMethods in org.glassfish.rmic.tools.java that return ClassDeclarationModifier and TypeMethodDescriptionfinal ClassDeclarationClassDefinition.getClassDeclaration()Get the class declarationEnvironment.getClassDeclaration(Identifier nm) Return a class declaration given a fully qualified class name.Environment.getClassDeclaration(Type t) Return a class declaration given a type.final ClassDeclarationMemberDefinition.getClassDeclaration()Get the class declarationMemberDefinition.getDefiningClassDeclaration()Get the class declaration in which the field is actually definedMemberDefinition.getExceptions(Environment env) Get the exceptions that are thrown by this method.final ClassDeclaration[]ClassDefinition.getInterfaces()Get the class' interfacesfinal ClassDeclarationClassDefinition.getSuperClass()Get the class' super classClassDefinition.getSuperClass(Environment env) Get the super class, and resolve names now if necessary.Methods in org.glassfish.rmic.tools.java that return types with arguments of type ClassDeclarationMethods in org.glassfish.rmic.tools.java with parameters of type ClassDeclarationModifier and TypeMethodDescriptionvoidClassDefinition.addDependency(ClassDeclaration c) Add a dependencybooleanClassDefinition.canAccess(Environment env, ClassDeclaration c) Check if another class can be accessed from within the body of this class.booleanMemberDefinition.checkMeet(Environment env, MemberDefinition method, ClassDeclaration clazz) Check to see if two method definitions are compatible, that is do they have a `meet'.protected booleanClassDefinition.extendsCanAccess(Environment env, ClassDeclaration c) Check if another class can be accessed from the 'extends' or 'implements' clause of this class.booleanClassDefinition.implementedBy(Environment env, ClassDeclaration c) Check if this class is implemented by another classvoidEnvironment.loadDefinition(ClassDeclaration c) Load the definition of a class.booleanClassDefinition.permitInlinedAccess(Environment env, ClassDeclaration c) Check if a class is entitled to inline access to a class from another class.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 classConstructors in org.glassfish.rmic.tools.java with parameters of type ClassDeclarationModifierConstructorDescriptionprotectedClassDefinition(Object source, long where, ClassDeclaration declaration, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces) Constructor -
Uses of ClassDeclaration in org.glassfish.rmic.tools.javac
Methods in org.glassfish.rmic.tools.javac that return ClassDeclarationModifier and TypeMethodDescriptionBatchEnvironment.getClassDeclaration(Identifier nm) Get a class, given the fully qualified class nameBatchEnvironment.getClassDeclaration(Type t) SourceMember.getDefiningClassDeclaration()Deprecated.Get the class declaration in which the field is actually definedSourceMember.getExceptions(Environment env) Deprecated.Get exceptionsSourceClass.getSuperClass(Environment env) Deprecated.Overrides 'ClassDefinition.getSuperClass'.Methods in org.glassfish.rmic.tools.javac that return types with arguments of type ClassDeclarationModifier and TypeMethodDescriptionBatchEnvironment.getClasses()Return an enumeration of all the currently defined classes in order of appearance to getClassDeclaration().BatchEnvironment.getGeneratedClasses()Return the declarations for all generated classes.Methods in org.glassfish.rmic.tools.javac with parameters of type ClassDeclarationModifier and TypeMethodDescriptionvoidSourceClass.addDependency(ClassDeclaration c) Deprecated.Add a dependencyvoidBatchEnvironment.loadDefinition(ClassDeclaration c) Load the definition of a class or at least determine how to load it.voidSourceMember.setExceptions(ClassDeclaration[] exp) Deprecated.Set array of name-resolved exceptions directly, e.g., for access methods.Constructors in org.glassfish.rmic.tools.javac with parameters of type ClassDeclarationModifierConstructorDescriptionSourceClass(Environment env, long where, ClassDeclaration declaration, String documentation, int modifiers, IdentifierToken superClass, IdentifierToken[] interfaces, SourceClass outerClass, Identifier localName) Deprecated.Constructor