Class JStmtExpr


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

      • expr

        public JExpr expr
    • Constructor Detail

      • JStmtExpr

        public JStmtExpr()
    • Method Detail

      • getExpr

        public JExpr getExpr()
        Returns the expression.
      • setExpr

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

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

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