|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Java.NamedTypeDeclaration
Represents the declaration of a class or an interface that has a name. (All type declarations are named, except for anonymous classes.)
| Method Summary | |
|---|---|
String |
getName()
|
Java.TypeParameter[] |
getOptionalTypeParameters()
|
| Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
|---|
accept, createAnonymousClassName, createLocalTypeName, getAnnotations, getClassName, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, getMethodDeclarations, getModifierFlags |
| Methods inherited from interface org.codehaus.janino.Java.Locatable |
|---|
getLocation, throwCompileException |
| Methods inherited from interface org.codehaus.janino.Java.Scope |
|---|
getEnclosingScope |
| Method Detail |
|---|
String getName()
Java.TypeParameter[] getOptionalTypeParameters()
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||