com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICConstant<T> |
![]() |
Constants represent immutable numbers and strings. Refer to the sub-interfaces. Constant objects
are created and retrieved by the ICConstantFactory
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICConstant<T> |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract ICType | getType() | ||||||||||
abstract T | getValue() | ||||||||||
abstract boolean | isTrueLike() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.