Uses of Class
com.iizigo.java.MethodLookup
Packages that use MethodLookup
Package
Description
Uses of MethodLookup in com.iizigo.java
Methods in com.iizigo.java that return MethodLookupModifier 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
Methods in com.iizigo.java.parser that return MethodLookupModifier 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
Methods in com.iizigo.java.parser.type that return MethodLookupModifier 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
Methods in com.iizigo.java.prop that return MethodLookup