mjc

Uses of Class
org.multijava.mjc.MemberAccess

Packages that use MemberAccess
org.multijava.mjc Implements mjc, a MultiJava compiler. 
 

Uses of MemberAccess in org.multijava.mjc
 

Fields in org.multijava.mjc declared as MemberAccess
private  MemberAccess CMember.accessControl
           
 

Methods in org.multijava.mjc that return MemberAccess
 MemberAccess CMember.access()
           
protected  MemberAccess JMethodDeclaration.makeMemberAccess(CContextType context, CClass owner)
           
 MemberAccess ClassCreator.createMemberAccess(CClass owner, CMemberHost host, ClassInfo classInfo)
          Creates a member access object.
 

Methods in org.multijava.mjc with parameters of type MemberAccess
 CSourceMethod JMethodDeclaration.checkInterfaceType(CContextType context, MemberAccess access, String ident)
          Performs the interface checks that are common to all sorts of methods.
protected  CSourceMethod JMethodDeclaration.makeMethodSignature(CContextType context, MemberAccess access, String ident, CSpecializedType[] parameterTypes)
          Generates the signature object for this method declaration.
abstract  CSourceMethod JMethodDeclarationType.checkInterfaceType(CContextType context, MemberAccess access, String ident)
          Performs the interface checks that are common to all sorts of methods.
 

Constructors in org.multijava.mjc with parameters of type MemberAccess
CMember(MemberAccess accessControl, String ident, boolean deprecated)
          Constructs a top-level member export
CMethod(MemberAccess access, String ident, CType returnType, CSpecializedType[] parameters, CClassType[] exceptions, CTypeVariable[] typevariables, boolean deprecated, CContextType declarationContext)
          Constructs a method member.
CSourceMethod(MemberAccess access, String ident, CType returnType, CSpecializedType[] paramTypes, CClassType[] exceptions, CTypeVariable[] typevariables, boolean deprecated, JBlock body, CContextType declarationContext, JMethodDeclaration declarationASTNode)
          Constructs a representation of the method as read from the source file including the type signature and the method body
CBinaryMethod(MemberAccess acc, MethodInfo methodInfo, CContextType declarationContext)
          Constructs a method
CClass(Main compiler, MemberAccess access, File sourceFile, String ident, String qualifiedName, CClassType superClass, boolean deprecated)
          Constructs a class signature.
CSourceClass(Main compiler, MemberAccess access, TokenReference where, String ident, String qualifiedName, CTypeVariable[] typevariables, boolean isAnonymous, boolean isMember, boolean deprecated)
          Constructs a class export from source
CField(MemberAccess access, String ident, CType type, boolean deprecated)
          Constructs a field export
CBinaryField(MemberAccess access, FieldInfo fieldInfo)
           
CSourceField(MemberAccess access, String ident, CType type, boolean deprecated)
          Constructs a field export
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.