Package com.iizigo.event
Class QueryJavaReference
java.lang.Object
com.iizigo.event.QueryJavaReference
Class to wrap a property for the Query References message.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsConstructorDescriptionQueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source) Constructor for a Java element reference to a property.Method Summary
Constructor Details
QueryJavaReference
public QueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source) Constructor for a Java element reference to a property.- Parameters:
javaElement- The Java element.ref- The property being referenced.source- The source property matching.- Throws:
NullPointerException- IfjavaElementis null.
Method Details
getSource
Gets the property.getReference
Gets the referenced property.getJavaElement
public org.eclipse.jdt.core.IJavaElement getJavaElement()Gets the Java element being referenced.