Interface ICField
- All Superinterfaces:
ICDecompilableElement
,ICElement
,ICSourceElement
C AST field objects are top-level objects that can be retrieved by a
ICFieldFactory
.-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDecompilableElement
STATUS_ERROR, STATUS_LIMITED, STATUS_NORMAL, STATUS_STALE, STATUS_UNINITIALIZED
-
Method Summary
Modifier and TypeMethodDescriptionDeep duplication of the element.void
generateName
(COutputSink out, boolean definition) Generate this field's name into the provided sink.getName()
getType()
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDecompilableElement
addDecompilationNote, getAddress, getClassFactory, getConstantFactory, getDecompilationNotes, getElementFactory, getFieldFactory, getFlags, getGlobalContext, getIndex, getMethodFactory, getOperatorFactory, getStatusCode, getStatusMessage, getTypeFactory, isExternal, reset, setStatus, setStatusCode
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
addPhysicalOffset, addPhysicalOffsets, evaluate, format, generate, getData, getElementType, getPhysicalOffset, getPhysicalOffsets, getSubElements, replaceSubElement, setData, setPhysicalOffsets, toString, visitDepthPost, visitDepthPost, visitDepthPost, visitDepthPre, visitDepthPre, visitDepthPre
-
Method Details
-
getName
String getName() -
getType
ICType getType() -
getOwnerType
ICType getOwnerType() -
generateName
Generate this field's name into the provided sink.- Parameters:
out
-definition
-
-
duplicate
ICField duplicate()Description copied from interface:ICElement
Deep duplication of the element. Sub-elements are duplicated.Note:
ICClass
,ICMethod
,ICField
,ICIdentifier
,ICConstant
,ICType
andICLabel
are not duplicated.- Specified by:
duplicate
in interfaceICDecompilableElement
- Specified by:
duplicate
in interfaceICElement
- Specified by:
duplicate
in interfaceICSourceElement
-