public interface

ICCall

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

Summary

Public Methods
abstract int getArgumentCount()
abstract List<ICExpression> getArguments()
abstract ICExpression getCallsite()
abstract List<? extends ICMethod> getCandidates()
abstract ICMethod getMethod()
abstract boolean isStatic()
abstract boolean isSuperCall()
[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
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement

Public Methods

public abstract int getArgumentCount ()

public abstract List<ICExpression> getArguments ()

public abstract ICExpression getCallsite ()

public abstract List<? extends ICMethod> getCandidates ()

public abstract ICMethod getMethod ()

public abstract boolean isStatic ()

public abstract boolean isSuperCall ()