Package org.matwoess.jsourceprofiler.tool.model


package org.matwoess.jsourceprofiler.tool.model
  • Class
    Description
    This class is used to store information about a code block.
    This enum is used to represent the type for a code block.
    This enum is used to represent the locality type for a class definition.
    This class is used to represent a code insertion.
    A record class to store both the line and a character position in a unified way
    Class for a group of statements, inside a block, sharing one hit-count value.
    Common supertype for all model classes representing a "component" of a java program.
    This class is used to represent a control flow break.
    The kind of control flow break.
    Model class representing a java file.
    This class is used to store information about a java class.
    Helper class to represent the metadata of a java project.
    Model class representing a java method.