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

    • QueryJavaReference

      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

    • getSource

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

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

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