Class ConstructBytecodeASTManager


  • public class ConstructBytecodeASTManager
    extends Object

    ConstructBytecodeASTManager class.

    • Constructor Detail

      • ConstructBytecodeASTManager

        public ConstructBytecodeASTManager​(GoalContext _gc,
                                           String _c,
                                           String _p,
                                           org.eclipse.steady.shared.enums.ConstructType _t)

        Constructor for ConstructBytecodeASTManager.

        Parameters:
        _gc - TODO
        _c - a String object.
        _p - a String object.
        _t - a ConstructType object.
    • Method Detail

      • addVulnLid

        public void addVulnLid​(org.eclipse.steady.shared.json.model.LibraryId l)

        addVulnLid.

        Parameters:
        l - a LibraryId object.
      • addFixedLid

        public void addFixedLid​(org.eclipse.steady.shared.json.model.LibraryId l)

        addFixedLid.

        Parameters:
        l - a LibraryId object.
      • getVulnLids

        public Set<org.eclipse.steady.shared.json.model.LibraryId> getVulnLids()

        getVulnLids.

        Returns:
        a Set object.
      • getVulnAst

        public String getVulnAst​(org.eclipse.steady.shared.json.model.LibraryId l)

        getVulnAst.

        Parameters:
        l - a LibraryId object.
        Returns:
        a String object.
      • getFixedLids

        public Set<org.eclipse.steady.shared.json.model.LibraryId> getFixedLids()

        getFixedLids.

        Returns:
        a Set object.
      • getFixedAst

        public String getFixedAst​(org.eclipse.steady.shared.json.model.LibraryId l)

        getFixedAst.

        Parameters:
        l - a LibraryId object.
        Returns:
        a String object.
      • getLidsSize

        public Integer getLidsSize()

        getLidsSize.

        Returns:
        a Integer object.