org.apache.beehive.netui.compiler.grammar
Class ActionOutputGrammar

Object
  extended by AnnotationGrammar
      extended by ActionOutputGrammar

public class ActionOutputGrammar
extends AnnotationGrammar


Constructor Summary
ActionOutputGrammar(AnnotationProcessorEnvironment env, Diagnostics diags, RuntimeVersionChecker rvc)
           
 
Method Summary
 String[][] getRequiredAttrs()
          Each entry in this array (a String[]) lists attributes of which one must exist in this tag.
 
Methods inherited from class AnnotationGrammar
addError, addError, addError, addMemberArrayGrammar, addMemberGrammar, addMemberType, addWarning, addWarning, addWarning, beginCheck, check, check, endCheck, getAttrDependencies, getDiagnostics, getEnv, getMutuallyExclusiveAttrs, getRequiredRuntimeVersion, getRuntimeVersionChecker, onBeginCheck, onCheckMember, onEndCheck
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionOutputGrammar

public ActionOutputGrammar(AnnotationProcessorEnvironment env,
                           Diagnostics diags,
                           RuntimeVersionChecker rvc)
Method Detail

getRequiredAttrs

public String[][] getRequiredAttrs()
Description copied from class: AnnotationGrammar
Each entry in this array (a String[]) lists attributes of which one must exist in this tag.

Overrides:
getRequiredAttrs in class AnnotationGrammar