Package ghidra.app.util.html
Class EmptyVariableTextLine
java.lang.Object
ghidra.app.util.html.VariableTextLine
ghidra.app.util.html.EmptyVariableTextLine
- All Implemented Interfaces:
PlaceHolderLine
,ValidatableLine
-
Field Summary
Fields inherited from interface ghidra.app.util.html.ValidatableLine
INVALID_COLOR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
boolean
True means that this line has been matched against another line, regardless of whether the two lines are the same or not.boolean
matches
(ValidatableLine otherValidatableLine) toString()
void
updateColor
(ValidatableLine otherValidatableLine, Color invalidColor) Methods inherited from class ghidra.app.util.html.VariableTextLine
getDataType, getText, getVariableName, getVariableNameColor, getVariableType, getVariableTypeColor, hasUniversalId, isDiffColored, setTextColor, setValidationLine
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ghidra.app.util.html.ValidatableLine
getText, isDiffColored, setTextColor, setValidationLine
-
Constructor Details
-
EmptyVariableTextLine
public EmptyVariableTextLine(int numberOfCharacters)
-
-
Method Details
-
copy
- Specified by:
copy
in interfaceValidatableLine
- Overrides:
copy
in classVariableTextLine
-
updateColor
- Specified by:
updateColor
in interfaceValidatableLine
- Overrides:
updateColor
in classVariableTextLine
-
matches
- Specified by:
matches
in interfaceValidatableLine
- Overrides:
matches
in classVariableTextLine
-
isValidated
public boolean isValidated()Description copied from interface:ValidatableLine
True means that this line has been matched against another line, regardless of whether the two lines are the same or not.- Specified by:
isValidated
in interfaceValidatableLine
- Overrides:
isValidated
in classVariableTextLine
- Returns:
- true if this line has been matched against another line
-
toString
- Overrides:
toString
in classVariableTextLine
-