Class Label
- java.lang.Object
-
- ghidra.app.plugin.processors.generic.Label
-
- All Implemented Interfaces:
ExpressionValue
,java.io.Serializable
public class Label extends java.lang.Object implements ExpressionValue
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Label()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
length(MemBuffer buf, int off)
long
longValue(MemBuffer buf, int off)
-
-
-
Method Detail
-
longValue
public long longValue(MemBuffer buf, int off)
- Specified by:
longValue
in interfaceExpressionValue
-
length
public int length(MemBuffer buf, int off)
- Specified by:
length
in interfaceExpressionValue
-
-