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
FieldsModifier 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 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
(IJavaElement element) Constructor for no message but with element.MethodLookup
(IJavaElement element, String descr) Constructor for no message but with element.Method Summary