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 intlength(MemBuffer buf, int off)longlongValue(MemBuffer buf, int off)
-
-
-
Method Detail
-
longValue
public long longValue(MemBuffer buf, int off)
- Specified by:
longValuein interfaceExpressionValue
-
length
public int length(MemBuffer buf, int off)
- Specified by:
lengthin interfaceExpressionValue
-
-