Uses of Class
org.codehaus.janino.Parser.InterfaceDeclarationContext

Packages that use Parser.InterfaceDeclarationContext
org.codehaus.janino The classes in this package pose the core of the Janino JavaTM compiler. 
 

Uses of Parser.InterfaceDeclarationContext in org.codehaus.janino
 

Fields in org.codehaus.janino declared as Parser.InterfaceDeclarationContext
static Parser.InterfaceDeclarationContext Parser.InterfaceDeclarationContext.COMPILATION_UNIT
           
static Parser.InterfaceDeclarationContext Parser.InterfaceDeclarationContext.NAMED_TYPE_DECLARATION
           
 

Methods in org.codehaus.janino with parameters of type Parser.InterfaceDeclarationContext
 Java.InterfaceDeclaration Parser.parseInterfaceDeclarationRest(java.lang.String optionalDocComment, short modifiers, Parser.InterfaceDeclarationContext context)
           InterfaceDeclarationRest := Identifier [ 'extends' ReferenceTypeList ] InterfaceBody
 



Copyright © 2001-2011. All Rights Reserved.