| java.lang.Object | |||||
| ↳ | com.pnfsoftware.jeb.core.events.JebEventSource | ||||
| ↳ | com.pnfsoftware.jeb.core.units.AbstractUnit | ||||
| ↳ | com.pnfsoftware.jeb.core.units.AbstractBinaryUnit | ||||
| ↳ | com.pnfsoftware.jeb.core.units.AbstractInteractiveBinaryUnit | ||||
| ↳ | com.pnfsoftware.jeb.core.units.code.AbstractCodeUnit | ||||
Skeleton of a code unit.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractCodeUnit(String name, String formatType, IInput input, IUnitProcessor unitProcessor, IUnitCreator parent, IPropertyDefinitionManager pdm) | |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractCodeUnit() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ICodeClass |
getClass(String fqname)
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodeClass> |
getClasses()
The skeleton implementation returns null.
| ||||||||||
| ICodeField |
getField(String fqname)
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodeField> |
getFields()
The skeleton implementation returns null.
| ||||||||||
| ICodeHierarchy |
getHierarchy()
The skeleton implementation returns null.
| ||||||||||
| String |
getIdentifierName(String address)
The skeleton implementation returns null.
| ||||||||||
| Map<String, String> |
getIdentifierNames()
The skeleton implementation returns null.
| ||||||||||
| ICodeMethod |
getMethod(String fqname)
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodeMethod> |
getMethods()
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodePackage> |
getPackages()
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodeString> |
getStrings()
The skeleton implementation returns null.
| ||||||||||
| List<? extends ICodeType> |
getTypes()
The skeleton implementation returns null.
| ||||||||||
| IInstruction |
parseInstruction(IInput input)
The skeleton implementation returns null.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.units.AbstractInteractiveBinaryUnit
| |||||||||||
From class
com.pnfsoftware.jeb.core.units.AbstractBinaryUnit
| |||||||||||
From class
com.pnfsoftware.jeb.core.units.AbstractUnit
| |||||||||||
From class
com.pnfsoftware.jeb.core.events.JebEventSource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.IBinaryUnit
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.IInteractiveUnit
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.IUnit
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.ICodeUnit
| |||||||||||
From interface
com.pnfsoftware.jeb.util.events.IEventSource
| |||||||||||
The skeleton implementation returns null.
The skeleton implementation returns null.