Uses of Class
com.iizigo.java.MethodLookup
Package
Description
Uses of MethodLookup in com.iizigo.java
Modifier and TypeMethodDescriptionJavaClass.validateMethod
(String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.static MethodLookup
JavaHelper.validateMethod
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String fqnAnnotation, String param, String value, boolean allowAll) Looks up a method with the specified annotation, and optional parameter and value.JavaSource.validateMethod
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.protected MethodLookup
JavaSource.validateMethodProcessors
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.Uses of MethodLookup in com.iizigo.java.parser
Modifier and TypeMethodDescriptionprotected MethodLookup
JavaSourceFileProcessor.validateMethod
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.protected MethodLookup
ParsedJavaSource.validateMethodProcessors
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.Uses of MethodLookup in com.iizigo.java.parser.type
Modifier and TypeMethodDescriptionprotected MethodLookup
TypeFileProcessor.validateMethod
(org.eclipse.jdt.core.IType type, String method, boolean isStatic, String requiredAnnotation, String annotationParam, String annotationValue, boolean allowAll) Validates the method for the annotation.Uses of MethodLookup in com.iizigo.java.prop