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

public class ValidationMessageArgsGrammar
extends AnnotationGrammar
No description provided.
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Method Summary
String[][] getAttrDependencies()
No description provided.
String[][] getMutuallyExclusiveAttrs()
No description provided.
String[][] getRequiredAttrs()
No description provided.
protected Object onEndCheck( AnnotationInstance annotation, AnnotationInstance [] parentAnnotations, MemberDeclaration classMember, Map checkResults )
No description provided.
Methods inherited from org.apache.beehive.netui.compilerAnnotationGrammar
ValidationMessageArgsGrammar
public ValidationMessageArgsGrammar ( CoreAnnotationProcessorEnv env, Diagnostics diags, RuntimeVersionChecker rvc )
No description provided.
Parameters
TypeNameDescription
CoreAnnotationProcessorEnv env No description provided.
Diagnostics diags No description provided.
RuntimeVersionChecker rvc No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.
getAttrDependencies
public String[][] getAttrDependencies ( )
No description provided.
Overrides method in AnnotationGrammar
Wiki javadoc Use textile entry format.
Add your comments here.
getMutuallyExclusiveAttrs
public String[][] getMutuallyExclusiveAttrs ( )
No description provided.
Overrides method in AnnotationGrammar
Wiki javadoc Use textile entry format.
Add your comments here.
getRequiredAttrs
public String[][] getRequiredAttrs ( )
No description provided.
Overrides method in AnnotationGrammar
Wiki javadoc Use textile entry format.
Add your comments here.
onEndCheck
protected Object onEndCheck ( AnnotationInstance annotation, AnnotationInstance [] parentAnnotations, MemberDeclaration classMember, Map checkResults )
No description provided.
Overrides method in AnnotationGrammar
Parameters
TypeNameDescription
AnnotationInstance annotation No description provided.
AnnotationInstance [] parentAnnotations No description provided.
MemberDeclaration classMember No description provided.
Map checkResults No description provided.
Wiki javadoc Use textile entry format.
Add your comments here.