public class BeanManagedMethodChecker extends EntityBeanMethodChecker
| Constructor and Description |
|---|
BeanManagedMethodChecker(EntityBeanCheck aCheck)
Constructs a
BeanManagedMethodChecker. |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMethod(DetailAST aMethodAST)
Checks whether a method satisfies component requirements.
|
void |
checkMethods(DetailAST aAST)
Checks that the methods of a component satisfy requirements.
|
checkCreateMatch, checkCreateMethod, checkHomeMethod, checkPostCreateMethodcheckMethod, checkNotThrows, checkThrows, getCheck, log, logNamepublic BeanManagedMethodChecker(EntityBeanCheck aCheck)
BeanManagedMethodChecker.aCheck - the entity bean check.public void checkMethods(DetailAST aAST)
checkMethods in class EntityBeanMethodCheckeraAST - the AST for the component definition.public void checkMethod(DetailAST aMethodAST)
checkMethod in class EntityBeanMethodCheckeraMethodAST - the AST for the method definition.