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

Object
  extended by AnnotationGrammar
      extended by BaseFlowControllerGrammar
          extended by ExceptionHandlerGrammar

public class ExceptionHandlerGrammar
extends BaseFlowControllerGrammar


Constructor Summary
ExceptionHandlerGrammar(AnnotationProcessorEnvironment env, Diagnostics diags, RuntimeVersionChecker runtimeVersionChecker, FlowControllerInfo fcInfo)
           
 
Method Summary
protected  boolean onBeginCheck(AnnotationMirror annotation, AnnotationMirror[] parentAnnotations, MemberDeclaration classMember)
           
 
Methods inherited from class AnnotationGrammar
addError, addError, addError, addMemberArrayGrammar, addMemberGrammar, addMemberType, addWarning, addWarning, addWarning, beginCheck, check, check, endCheck, getAttrDependencies, getDiagnostics, getEnv, getMutuallyExclusiveAttrs, getRequiredAttrs, getRequiredRuntimeVersion, getRuntimeVersionChecker, onCheckMember, onEndCheck
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlerGrammar

public ExceptionHandlerGrammar(AnnotationProcessorEnvironment env,
                               Diagnostics diags,
                               RuntimeVersionChecker runtimeVersionChecker,
                               FlowControllerInfo fcInfo)
Method Detail

onBeginCheck

protected boolean onBeginCheck(AnnotationMirror annotation,
                               AnnotationMirror[] parentAnnotations,
                               MemberDeclaration classMember)
Overrides:
onBeginCheck in class AnnotationGrammar