Uses of Enum
org.codehaus.janino.Access
Packages that use Access
-
Uses of Access in org.codehaus.janino
Subclasses with type arguments of type Access in org.codehaus.janinoMethods in org.codehaus.janino that return AccessModifier and TypeMethodDescriptionprivate static AccessClassFileIClass.accessFlags2Access(short accessFlags) static AccessAccess.fromString(String s) ClassFileIClass.getAccess()abstract AccessIClass.getAccess()abstract AccessIClass.IField.getAccess()IClass.IMember.getAccess()IClass.PrimitiveIClass.getAccess()Java.FieldDeclaration.getAccess()Java.FunctionDeclarator.getAccess()Java.MemberClassDeclaration.getAccess()Java.MemberInterfaceDeclaration.getAccess()Java.MemberTypeDeclaration.getAccess()Java.PackageMemberClassDeclaration.getAccess()Java.PackageMemberInterfaceDeclaration.getAccess()Java.PackageMemberTypeDeclaration.getAccess()ReflectionIClass.getAccess()ReflectionIClass.ReflectionIConstructor.getAccess()ReflectionIClass.ReflectionIField.getAccess()ReflectionIClass.ReflectionIMethod.getAccess()UnitCompiler.SimpleIField.getAccess()private static AccessJava.modifiers2Access(Java.Modifier[] modifiers) private static AccessReflectionIClass.modifiers2Access(int modifiers) static AccessReturns the enum constant of this type with the specified name.static Access[]Access.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.codehaus.janino with parameters of type AccessModifier and TypeMethodDescriptionprivate IClass.IFieldUnitCompiler.compileField(Java.TypeDeclaration declaringType, Java.Annotation[] annotations, Access access, boolean statiC, boolean finaL, Java.Type type, int brackets, String name, Java.ArrayInitializerOrRvalue initializer) Compiles one variable declarator into anIClass.IField.private StringUnitCompiler.internalCheckAccessible(IClass iClassDeclaringMember, Access memberAccess, Java.Scope contextScope) private booleanUnitCompiler.isAccessible(IClass iClassDeclaringMember, Access memberAccess, Java.Scope contextScope) Determines whether a member (class, interface, field or method) declared in a given class is accessible from a given block statement context, according to JLS7 6.6.1.4.