null,
DroolsEditorType.KEYWORD );
if ( !state.failed ) {
// Going for type includes generics, which is a no-no (JIRA-3040)
String superType = qualifiedIdentifier();
declare.superType( superType );
}
}
while ( input.LA( 1 ) == DRLLexer.AT ) {
// metadata*