Class Construct


  • public class Construct
    extends Object
    A programming construct represents a container for programming statements in a given programming language, e.g., a Java constructor or a C function. Programming constructs are created by instances of FileAnalyzer, e.g., JavaFileAnalyzer or JavaClassAnalyzer.
    • Constructor Detail

    • Method Detail

      • getDigest

        public String getDigest()

        getDigest.

        Returns:
        a String object.
      • getContent

        public String getContent()

        Getter for the field content.

        Returns:
        a String object.
      • setContent

        public void setContent​(String _content)

        Setter for the field content.

        Parameters:
        _content - a String object.
      • toJSON

        public String toJSON()

        toJSON.

        Returns:
        a String object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object