Package ghidra.program.util
Class GroupView
java.lang.Object
ghidra.program.util.GroupView
- All Implemented Interfaces:
Serializable
Class to define a selection of GroupPath objects.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
ChangeModifier and TypeMethodDescriptionvoidAdd the given group path to this view.booleanTest if the given object is equal to this.intgetCount()Get the number of paths in the viewgetPath(int index) Get the path at the specified index.toString()Return string representation for this object.
-
Constructor Details
-
GroupView
Constructor- Parameters:
paths- paths in the view
-
GroupView
Constructor for a single path in the view.- Parameters:
path- the path that is used to create this view.
-
-
Method Details
-
addPath
Add the given group path to this view.- Parameters:
path- path to add
-
getCount
public int getCount()Get the number of paths in the view -
getPath
Get the path at the specified index.- Parameters:
index- the index of the desired path in the view.- Throws:
ArrayIndexOutOfBoundsException- if index is invalid.
-
equals
Test if the given object is equal to this. -
toString
Return string representation for this object.
-