Class MethodLookup
java.lang.Object
com.iizigo.java.MethodLookup
Field Summary
FieldsModifier and TypeFieldDescriptionDescription from annotation, null for none.org.eclipse.jdt.core.IJavaElementMatching Java element, IMethod when method is found or IType when no method is found, but the class.Error message, null for OK.Constructor Summary
ConstructorsConstructorDescriptionConstructor with no message and no element.MethodLookup(String msg) Constructor for message, no element.MethodLookup(String msg, String descr) Constructor for message, no element.MethodLookup(org.eclipse.jdt.core.IJavaElement element) Constructor for no message but with element.MethodLookup(org.eclipse.jdt.core.IJavaElement element, String descr) Constructor for no message but with element.Method Summary
Field Details
msg
Error message, null for OK.description
Description from annotation, null for none.element
public org.eclipse.jdt.core.IJavaElement elementMatching Java element, IMethod when method is found or IType when no method is found, but the class.
Constructor Details
MethodLookup
public MethodLookup()Constructor with no message and no element.MethodLookup
public MethodLookup(org.eclipse.jdt.core.IJavaElement element) Constructor for no message but with element.MethodLookup
Constructor for no message but with element.MethodLookup
Constructor for message, no element.MethodLookup