Package com.iizigo.java
Class MethodLookup
- java.lang.Object
- com.iizigo.java.MethodLookup
 
- public class MethodLookup extends java.lang.ObjectReturn value for a method look-up.- Author:
- Christopher Mindus
 
- Field Summary- Fields - Modifier and Type - Field - Description - java.lang.String- descriptionDescription from annotation, null for none.- org.eclipse.jdt.core.IJavaElement- elementMatching Java element, IMethod when method is found or IType when no method is found, but the class.- java.lang.String- msgError message, null for OK.
 - Constructor Summary- Constructors - Constructor - Description - MethodLookup()Constructor with no message and no element.- MethodLookup(java.lang.String msg)Constructor for message, no element.- MethodLookup(java.lang.String msg, java.lang.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, java.lang.String descr)Constructor for no message but with element.
 
- Field Detail- msg- public java.lang.String msg Error message, null for OK.
 - description- public java.lang.String description Description from annotation, null for none.
 - element- public org.eclipse.jdt.core.IJavaElement element Matching Java element, IMethod when method is found or IType when no method is found, but the class.
 
 - Constructor Detail- 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- public MethodLookup(org.eclipse.jdt.core.IJavaElement element, java.lang.String descr)Constructor for no message but with element.
 - MethodLookup- public MethodLookup(java.lang.String msg) Constructor for message, no element.
 - MethodLookup- public MethodLookup(java.lang.String msg, java.lang.String descr)Constructor for message, no element.