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 TypeClassDescriptionclass
Representation of a constructor of anIClass
.class
Representation of a field of thisIClass
.class
Base class forIClass.IConstructor
andIClass.IMethod
.class
Representation of a method in anIClass
.private class
private class
class
static class
Short-hand implementation ofIClass.IField
that implements a non-constant, non-static, package-accessible field.Methods in org.codehaus.janino with parameters of type IClass.IMemberModifier and TypeMethodDescriptionprivate void
UnitCompiler.checkAccessible
(IClass.IMember member, Java.Scope contextScope, Location location) Checks whether the givenIClass.IMember
is accessible in the given context, according to JLS7 6.6.1.BL1.B4.private void
UnitCompiler.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 boolean
UnitCompiler.isAccessible
(IClass.IMember member, Java.Scope contextScope) Determines whether the givenIClass.IMember
is accessible in the given context, according to JLS7 6.6.1.BL1.B4.