Class JClassStaticDecl


public class JClassStaticDecl extends JMemberDecl
A JMemberDecl for Initializers.
  • Constructor Details

    • JClassStaticDecl

      public JClassStaticDecl()
  • Method Details

    • isStatic

      public boolean isStatic()
      Returns whether is static.
    • setStatic

      public void setStatic(boolean aValue)
      Sets whether is static.
    • getBlock

      public JStmtBlock getBlock()
      Returns the statement block.
      Overrides:
      getBlock in class JNode
    • setBlock

      public void setBlock(JStmtBlock aBlock)
      Sets the statement block.