Uses of Interface
org.codehaus.janino.IClass.IMember
-
Packages that use IClass.IMember Package Description org.codehaus.janino The core of the Janino Java compiler. -
-
Uses of IClass.IMember in org.codehaus.janino
Classes in org.codehaus.janino that implement IClass.IMember Modifier and Type Class Description classIClass.IConstructorRepresentation of a constructor of anIClass.classIClass.IFieldRepresentation of a field of thisIClass.classIClass.IInvocableBase class forIClass.IConstructorandIClass.IMethod.classIClass.IMethodRepresentation of a method in anIClass.private classReflectionIClass.ReflectionIConstructorprivate classReflectionIClass.ReflectionIFieldclassReflectionIClass.ReflectionIMethodstatic classUnitCompiler.SimpleIFieldShort-hand implementation ofIClass.IFieldthat implements a non-constant, non-static, package-accessible field.Methods in org.codehaus.janino with parameters of type IClass.IMember Modifier and Type Method Description private 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.
-