Package com.iizigo.java
Class MethodLookup
java.lang.Object
com.iizigo.java.MethodLookup
Return value for a method look-up.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionDescription from annotation, null for none.org.eclipse.jdt.core.IJavaElement
Matching Java element, IMethod when method is found or IType when no method is found, but the class.Error message, null for OK.Constructor Summary
ConstructorDescriptionConstructor 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
Constructor for message, no element.