Uses of Interface
org.codehaus.janino.IClass.IMember
Packages that use IClass.IMember
-
Uses of IClass.IMember in org.codehaus.janino
Classes in org.codehaus.janino that implement IClass.IMemberModifier and TypeClassDescriptionclassRepresentation of a constructor of anIClass.classRepresentation of a field of thisIClass.classBase class forIClass.IConstructorandIClass.IMethod.classRepresentation of a method in anIClass.private classprivate classclassstatic classShort-hand implementation ofIClass.IFieldthat implements a non-constant, non-static, package-accessible field.Methods in org.codehaus.janino with parameters of type IClass.IMemberModifier and TypeMethodDescriptionprivate voidUnitCompiler.checkAccessible(IClass.IMember member, Java.Scope contextScope, Location location) Checks whether the givenIClass.IMemberis accessible in the given context, according to JLS7 6.6.1.BL1.B4.private voidUnitCompiler.checkMemberAccessible(IClass iClassDeclaringMember, IClass.IMember member, Java.Scope contextScope, Location location) Verifies that 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.private booleanUnitCompiler.isAccessible(IClass.IMember member, Java.Scope contextScope) Determines whether the givenIClass.IMemberis accessible in the given context, according to JLS7 6.6.1.BL1.B4.