|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||