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 MethodLookupJavaHelper.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 MethodLookupJavaSource.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 MethodLookupJavaSourceFileProcessor.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 MethodLookupParsedJavaSource.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 MethodLookupTypeFileProcessor.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