org.codehaus.janino

Interface IClass.IMember

public interface IClass.IMember

Method Summary
AccessgetAccess()
IClassgetDeclaringIClass()
Returns the IClass that declares this IMember.

Method Detail

getAccess

public Access getAccess()

Returns: One of PRIVATE, PROTECTED, DEFAULT and PUBLIC.

getDeclaringIClass

public IClass getDeclaringIClass()
Returns the IClass that declares this IMember.