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 SummaryConstructors Constructor Description Label()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intlength(MemBuffer buf, int off)longlongValue(MemBuffer buf, int off)
 
- 
- 
- 
Method Detail- 
longValuepublic long longValue(MemBuffer buf, int off) - Specified by:
- longValuein interface- ExpressionValue
 
 - 
lengthpublic int length(MemBuffer buf, int off) - Specified by:
- lengthin interface- ExpressionValue
 
 
- 
 
-