Package com.iizigo.event
Class QueryJavaReference
- java.lang.Object
- com.iizigo.event.QueryJavaReference
public class QueryJavaReference extends java.lang.Object
Class to wrap a property for the Query References message.- Author:
- Christopher Mindus
Constructor Summary
Constructors Constructor Description QueryJavaReference(org.eclipse.jdt.core.IJavaElement javaElement, GProp<?> ref, GProp<?> source)
Constructor for a Java element reference to a property.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jdt.core.IJavaElement
getJavaElement()
Gets the Java element being referenced.GProp<?>
getReference()
Gets the referenced property.GProp<?>
getSource()
Gets the property.
Constructor Detail
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:
java.lang.NullPointerException
- IfjavaElement
is null.