java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JExpr
Direct Known Subclasses:
JExpr.AllocationExpr, JExpr.ArrayIndexExpr, JExpr.CastExpr, JExprChain, JExprMath, JIdentifier, JLiteral, JMethodCall

public class JExpr extends JNode
The JNode base class for Java expressions. See: JLiteral, JIdentifier, JMethodCall, JOpExpr, ArrayIndex, Allocation, Cast
  • Constructor Details

    • JExpr

      public JExpr()
  • Method Details

    • getParentExpr

      public JExpr getParentExpr()
      Returns the expression prior to this expression, if parent is JExprChain and this expression isn't first.
    • getParentClassRef

      public JClassRef getParentClassRef()
      Returns the parent JClassRef.