|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAnnotationGrammar
BaseFlowControllerGrammar
ControllerGrammar
public class ControllerGrammar
Constructor Summary | |
---|---|
ControllerGrammar(AnnotationProcessorEnvironment env,
Diagnostics diags,
RuntimeVersionChecker rvc,
FlowControllerInfo fcInfo)
|
Method Summary | |
---|---|
String[][] |
getAttrDependencies()
Each entry in this array (a String[]) is an array whose first element is an attribute that requires at least one of the subsequent elements to exist as an attribute. |
String[][] |
getMutuallyExclusiveAttrs()
Each entry in this array (a String[]) lists mutually exclusive attributes. |
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, getDiagnostics, getEnv, getRequiredRuntimeVersion, getRuntimeVersionChecker, onBeginCheck, onCheckMember, onEndCheck |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControllerGrammar(AnnotationProcessorEnvironment env, Diagnostics diags, RuntimeVersionChecker rvc, FlowControllerInfo fcInfo)
Method Detail |
---|
public String[][] getMutuallyExclusiveAttrs()
AnnotationGrammar
getMutuallyExclusiveAttrs
in class AnnotationGrammar
public String[][] getRequiredAttrs()
AnnotationGrammar
getRequiredAttrs
in class AnnotationGrammar
public String[][] getAttrDependencies()
AnnotationGrammar
getAttrDependencies
in class AnnotationGrammar
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |