Class JEmptyStatement

  • All Implemented Interfaces:
    com.sun.codemodel.JStatement

    public class JEmptyStatement
    extends java.lang.Object
    implements com.sun.codemodel.JStatement
    • Constructor Summary

      Constructors 
      Constructor Description
      JEmptyStatement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void state​(com.sun.codemodel.JFormatter formatter)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JEmptyStatement

        public JEmptyStatement()
    • Method Detail

      • state

        public void state​(com.sun.codemodel.JFormatter formatter)
        Specified by:
        state in interface com.sun.codemodel.JStatement