Package com.iizigo.java
Class MethodLookup
java.lang.Object
com.iizigo.java.MethodLookup
Return value for a method look-up.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescriptionDescription from annotation, null for none.Matching Java element, IMethod when method is found or IType when no method is found, but the class.Error message, null for OK.
- Constructor SummaryConstructorsConstructorDescriptionConstructor 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- (IJavaElement element) Constructor for no message but with element.- MethodLookup- (IJavaElement element, String descr) Constructor for no message but with element.
- Method Summary
- Field Details- msgError message, null for OK.
- descriptionDescription from annotation, null for none.
- elementMatching Java element, IMethod when method is found or IType when no method is found, but the class.
 
- Constructor Details- MethodLookuppublic MethodLookup()Constructor with no message and no element.
- MethodLookupConstructor for no message but with element.
- MethodLookupConstructor for no message but with element.
- MethodLookupConstructor for message, no element.
- MethodLookupConstructor for message, no element.