|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.AbstractTypeDeclaration
org.codehaus.janino.Java.InterfaceDeclaration
org.codehaus.janino.Java.MemberInterfaceDeclaration
public static final class Java.MemberInterfaceDeclaration
Field Summary |
---|
Fields inherited from class org.codehaus.janino.Java.InterfaceDeclaration |
---|
constantDeclarations, extendedTypes, name |
Fields inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
---|
anonymousClassCount, declaredClassesAndInterfaces, declaredMethods, localClassCount, modifiers |
Constructor Summary | |
---|---|
Java.MemberInterfaceDeclaration(Location location,
String optionalDocComment,
short modifiers,
String name,
Java.Type[] extendedTypes)
|
Method Summary | |
---|---|
void |
accept(Visitor.TypeBodyDeclarationVisitor visitor)
|
void |
accept(Visitor.TypeDeclarationVisitor visitor)
|
String |
getClassName()
Determine the effective class name, e.g. |
Java.TypeDeclaration |
getDeclaringType()
|
boolean |
isStatic()
|
void |
setDeclaringType(Java.TypeDeclaration declaringType)
|
Methods inherited from class org.codehaus.janino.Java.InterfaceDeclaration |
---|
addConstantDeclaration, getDocComment, getName, hasDeprecatedDocTag, toString |
Methods inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
---|
addDeclaredMethod, addMemberTypeDeclaration, createAnonymousClassName, createLocalTypeName, getEnclosingScope, getLocation, getMemberTypeDeclaration, getMemberTypeDeclarations, setEnclosingScope, throwParseException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.janino.Java.NamedTypeDeclaration |
---|
getName |
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
---|
createAnonymousClassName, createLocalTypeName, getMemberTypeDeclaration |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
---|
getLocation, throwParseException |
Methods inherited from interface org.codehaus.janino.Java.Scope |
---|
getEnclosingScope |
Constructor Detail |
---|
public Java.MemberInterfaceDeclaration(Location location, String optionalDocComment, short modifiers, String name, Java.Type[] extendedTypes)
Method Detail |
---|
public String getClassName()
Java.TypeDeclaration
getClassName
in interface Java.TypeDeclaration
public void setDeclaringType(Java.TypeDeclaration declaringType)
setDeclaringType
in interface Java.TypeBodyDeclaration
public Java.TypeDeclaration getDeclaringType()
getDeclaringType
in interface Java.TypeBodyDeclaration
public boolean isStatic()
isStatic
in interface Java.TypeBodyDeclaration
public final void accept(Visitor.TypeDeclarationVisitor visitor)
accept
in interface Java.TypeDeclaration
public final void accept(Visitor.TypeBodyDeclarationVisitor visitor)
accept
in interface Java.TypeBodyDeclaration
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |