Class JFieldDecl


  • public class JFieldDecl
    extends JMemberDecl
    A JMember for Field declarations.
    • Constructor Detail

      • JFieldDecl

        public JFieldDecl()
    • Method Detail

      • getType

        public JType getType()
        Returns the field type.
      • setType

        public void setType​(JType aType)
        Sets the field type.
      • getVariableDecls

        public java.util.List<JVariableDecl> getVariableDecls()
        Returns the VariableDecls.
      • getNodeString

        public java.lang.String getNodeString()
        Returns the part name.
        Overrides:
        getNodeString in class JNode