Uses of Class
com.iizigo.java.MethodLookup
Packages that use MethodLookup Package Description com.iizigo.java com.iizigo.java.parser com.iizigo.java.parser.type com.iizigo.java.prop Uses of MethodLookup in com.iizigo.java
Methods in com.iizigo.java that return MethodLookup Modifier and Type Method Description MethodLookup
JavaClass. validateMethod(java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.String annotationValue, boolean allowAll)
Validates the method for the annotation.static MethodLookup
JavaHelper. validateMethod(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String fqnAnnotation, java.lang.String param, java.lang.String value, boolean allowAll)
Looks up a method with the specified annotation, and optional parameter and value.MethodLookup
JavaSource. validateMethod(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.String annotationValue, boolean allowAll)
Validates the method for the annotation.protected MethodLookup
JavaSource. validateMethodProcessors(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.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 MethodLookup Modifier and Type Method Description protected MethodLookup
JavaSourceFileProcessor. validateMethod(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.String annotationValue, boolean allowAll)
Validates the method for the annotation.protected MethodLookup
ParsedJavaSource. validateMethodProcessors(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.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 MethodLookup Modifier and Type Method Description protected MethodLookup
TypeFileProcessor. validateMethod(org.eclipse.jdt.core.IType type, java.lang.String method, boolean isStatic, java.lang.String requiredAnnotation, java.lang.String annotationParam, java.lang.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 Modifier and Type Method Description MethodLookup
EditorMethodReference2. lookup(GProp<?> propInProject)
Checks the reference validity from the Designer.MethodLookup
EditorMethodReference. resolve()
Resolves the reference.MethodLookup
EditorMethodReference2. resolve()
Resolves the reference.