JavaScript is disabled on your browser.
Skip navigation links
JEB API Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Interface ICTypeFactory
@Ser
public interface
ICTypeFactory
Builder for C AST types.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ICType
create
(
IWildcardType
t)
ICType
getChar
()
ICType
getInt
()
ICType
getUnsignedInt
()
ICType
getVoid
()
Method Details
create
ICType
create
(
IWildcardType
t)
getVoid
ICType
getVoid
()
getInt
ICType
getInt
()
getUnsignedInt
ICType
getUnsignedInt
()
getChar
ICType
getChar
()