Class Constant
- java.lang.Object
-
- ghidra.app.plugin.processors.generic.Constant
-
- All Implemented Interfaces:
ExpressionValue
,java.io.Serializable
public class Constant extends java.lang.Object implements ExpressionValue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Constant(long v)
-
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
-
-