Class JStmtExpr


public class JStmtExpr extends JStmt
A Java statement for statements that are just expressions.
  • Field Details

    • expr

      public JExpr expr
  • Constructor Details

    • JStmtExpr

      public JStmtExpr()
  • Method Details

    • getExpr

      public JExpr getExpr()
      Returns the expression.
    • setExpr

      public void setExpr(JExpr anExpr)
      Sets the expression.
    • getClassNameImpl

      protected String getClassNameImpl()
      Tries to resolve the class name for this node.
      Overrides:
      getClassNameImpl in class JNode
    • toString

      public void toString(StringBuffer aSB, String anIndent)
      Standard toString implementation.