java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.sig.NativeSignaturePackageMetadata |
Metadata associated with a signature package.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static NativeSignaturePackageMetadata | create(ProcessorType proctype, String name, int uuid, int version, String description, String author, ICompiler targetCompiler, LibraryID libraryId) | ||||||||||
String | getAuthor() | ||||||||||
long | getCreationTimestamp() | ||||||||||
String | getDescription() | ||||||||||
LibraryID | getLibraryId() | ||||||||||
String | getName() | ||||||||||
ICompiler |
getTargetCompiler()
Provides the compiler targeted by this signature package.
| ||||||||||
ProcessorType | getTargetProcessorType() | ||||||||||
int | getUuid() | ||||||||||
int | getVersion() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Provides the compiler targeted by this signature package.