public interface

ICTerminalStatement

implements ICStatement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICTerminalStatement
Known Indirect Subclasses

Class Overview

High-level C AST interface extended by Return and Throw statements.

Summary

Public Methods
abstract ICExpression getExpression()
[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.ICStatement

Public Methods

public abstract ICExpression getExpression ()