Class QueryJavaReference

java.lang.Object
com.iizigo.event.QueryJavaReference

public class QueryJavaReference extends Object
Class to wrap a property for the Query References message.
Author:
Christopher Mindus
  • Constructor Details Link icon

    • QueryJavaReference Link icon

      public QueryJavaReference(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 - If javaElement is null.
  • Method Details Link icon

    • getSource Link icon

      public GProp<?> getSource()
      Gets the property.
    • getReference Link icon

      public GProp<?> getReference()
      Gets the referenced property.
    • getJavaElement Link icon

      public IJavaElement getJavaElement()
      Gets the Java element being referenced.