public interface

ICConstantPointer

implements ICConstant<T>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstantPointer

Class Overview

C AST interface used to represent pointer literals.

Summary

Public Methods
abstract boolean isNull()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstant
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICExpression

Public Methods

public abstract boolean isNull ()