Class CDExpressionStatement

  • All Implemented Interfaces:
    CDStatement

    public class CDExpressionStatement
    extends java.lang.Object
    implements CDStatement
    CDExpression as a statement.
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)
    • Constructor Detail

      • CDExpressionStatement

        public CDExpressionStatement​(CDExpression exp)
    • Method Detail

      • state

        public void state​(CDFormatter f)
                   throws java.io.IOException
        Description copied from interface: CDStatement
        Prints itself as a statement.
        Specified by:
        state in interface CDStatement
        Throws:
        java.io.IOException