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, checkPostCreateMethod
checkMethod, checkNotThrows, checkThrows, getCheck, log, logName
public BeanManagedMethodChecker(EntityBeanCheck aCheck)
BeanManagedMethodChecker
.aCheck
- the entity bean check.public void checkMethods(DetailAST aAST)
checkMethods
in class EntityBeanMethodChecker
aAST
- the AST for the component definition.public void checkMethod(DetailAST aMethodAST)
checkMethod
in class EntityBeanMethodChecker
aMethodAST
- the AST for the method definition.