public interface

ICPredicate

implements ICExpression
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICPredicate

Class Overview

C predicate, wrapper for a C expression that can be evaluated to true or false.

Summary

Public Methods
abstract ICExpression getExpression()
abstract boolean isLitteralFalse()
abstract boolean isLitteralTrue()
[Expand]
Inherited Methods
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 ICExpression getExpression ()

public abstract boolean isLitteralFalse ()

public abstract boolean isLitteralTrue ()