Package org.eclipse.steady.java.bytecode
Class ConstructBytecodeASTManager
- java.lang.Object
-
- org.eclipse.steady.java.bytecode.ConstructBytecodeASTManager
-
public class ConstructBytecodeASTManager extends Object
ConstructBytecodeASTManager class.
-
-
Constructor Summary
Constructors Constructor Description ConstructBytecodeASTManager(GoalContext _gc, String _c, String _p, org.eclipse.steady.shared.enums.ConstructType _t)Constructor for ConstructBytecodeASTManager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFixedLid(org.eclipse.steady.shared.json.model.LibraryId l)addFixedLid.voidaddVulnLid(org.eclipse.steady.shared.json.model.LibraryId l)addVulnLid.StringgetFixedAst(org.eclipse.steady.shared.json.model.LibraryId l)getFixedAst.Set<org.eclipse.steady.shared.json.model.LibraryId>getFixedLids()getFixedLids.IntegergetLidsSize()getLidsSize.StringgetVulnAst(org.eclipse.steady.shared.json.model.LibraryId l)getVulnAst.Set<org.eclipse.steady.shared.json.model.LibraryId>getVulnLids()getVulnLids.
-
-
-
Constructor Detail
-
ConstructBytecodeASTManager
public ConstructBytecodeASTManager(GoalContext _gc, String _c, String _p, org.eclipse.steady.shared.enums.ConstructType _t)
Constructor for ConstructBytecodeASTManager.
-
-
Method Detail
-
addVulnLid
public void addVulnLid(org.eclipse.steady.shared.json.model.LibraryId l)
addVulnLid.
- Parameters:
l- aLibraryIdobject.
-
addFixedLid
public void addFixedLid(org.eclipse.steady.shared.json.model.LibraryId l)
addFixedLid.
- Parameters:
l- aLibraryIdobject.
-
getVulnLids
public Set<org.eclipse.steady.shared.json.model.LibraryId> getVulnLids()
getVulnLids.
- Returns:
- a
Setobject.
-
getVulnAst
public String getVulnAst(org.eclipse.steady.shared.json.model.LibraryId l)
getVulnAst.
- Parameters:
l- aLibraryIdobject.- Returns:
- a
Stringobject.
-
getFixedLids
public Set<org.eclipse.steady.shared.json.model.LibraryId> getFixedLids()
getFixedLids.
- Returns:
- a
Setobject.
-
getFixedAst
public String getFixedAst(org.eclipse.steady.shared.json.model.LibraryId l)
getFixedAst.
- Parameters:
l- aLibraryIdobject.- Returns:
- a
Stringobject.
-
-