Uses of Interface
org.codehaus.janino.IClass.IMember
-
Packages that use IClass.IMember Package Description org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. -
-
Uses of IClass.IMember in org.codehaus.janino
Classes in org.codehaus.janino that implement IClass.IMember Modifier and Type Class Description class
IClass.IConstructor
Representation of a constructor of anIClass
.class
IClass.IField
Representation of a field of thisIClass
.class
IClass.IInvocable
Base class forIClass.IConstructor
andIClass.IMethod
.class
IClass.IMethod
Representation of a method in anIClass
.private class
ReflectionIClass.ReflectionIConstructor
private class
ReflectionIClass.ReflectionIField
class
ReflectionIClass.ReflectionIMethod
static class
UnitCompiler.SimpleIField
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.IMember Modifier and Type Method Description private void
UnitCompiler. checkAccessible(IClass.IMember member, Java.BlockStatement contextBlockStatement)
Checks whether the givenIClass.IMember
is accessible in the given context, according to JLS7 6.6.1.BL1.B4.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.
-