Uses of Enum Class
com.pnfsoftware.jeb.core.output.ItemClassIdentifiers
Packages that use ItemClassIdentifiers
Package
Description
Types to build unit-generated contents in the form of text, table, or tree documents.
Specialized text document useful for code units.
Trivial implementations for the table package interfaces.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Trivial implementations for the tree package interfaces.
Types used during the generation of native code disassembly.
-
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output
Methods in com.pnfsoftware.jeb.core.output that return ItemClassIdentifiersModifier and TypeMethodDescriptionstatic ItemClassIdentifiers[]
ItemClassIdentifiers.currentValues()
Retrieve the list of non-deprecated enumerated values.static ItemClassIdentifiers
ItemClassIdentifiers.getById
(int id) Retrieve an item by its unique integer identifier.IVisualItem.getClassId()
Retrieve the item class id, if any.static ItemClassIdentifiers
Returns the enum constant of this class with the specified name.static ItemClassIdentifiers[]
ItemClassIdentifiers.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output.code
Methods in com.pnfsoftware.jeb.core.output.code with parameters of type ItemClassIdentifiersModifier and TypeMethodDescriptionvoid
CodeDocumentPart.append
(String str, ItemClassIdentifiers classId) void
ICodeDocument.append
(String str, ItemClassIdentifiers classId) void
CodeDocumentPart.appendAndRecord
(String s, ItemClassIdentifiers classId) Append a chunk of text to the current line.void
CodeDocumentPart.appendAndRecord
(String s, ItemClassIdentifiers classId, long itemId) Append a chunk of text to the current line.void
CodeDocumentPart.appendAndRecord
(String s, ItemClassIdentifiers classId, long itemId, int flags) Append a chunk of text to the current line.Constructors in com.pnfsoftware.jeb.core.output.code with parameters of type ItemClassIdentifiersModifierConstructorDescriptionAssemblyItem
(int offset, int length, ItemClassIdentifiers classId, long itemId, int flags) -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output.table.impl
Methods in com.pnfsoftware.jeb.core.output.table.impl that return ItemClassIdentifiersMethods in com.pnfsoftware.jeb.core.output.table.impl with parameters of type ItemClassIdentifiersConstructors in com.pnfsoftware.jeb.core.output.table.impl with parameters of type ItemClassIdentifiersModifierConstructorDescriptionCell
(String label, ItemClassIdentifiers classId) Create a new cell.Cell
(String label, ItemClassIdentifiers classId, long itemId, int flags) Create a new cell. -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output.text
Methods in com.pnfsoftware.jeb.core.output.text with parameters of type ItemClassIdentifiersModifier and TypeMethodDescriptionprotected CharSequence
HtmlTextDocumentFormatter.generateCssBlock
(ItemClassIdentifiers id, String classname) IItemStyleInfoProvider.getStyle
(ItemClassIdentifiers id) -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output.text.impl
Methods in com.pnfsoftware.jeb.core.output.text.impl that return ItemClassIdentifiersMethods in com.pnfsoftware.jeb.core.output.text.impl with parameters of type ItemClassIdentifiersConstructors in com.pnfsoftware.jeb.core.output.text.impl with parameters of type ItemClassIdentifiersModifierConstructorDescriptionTextItem
(int offset, int length, ItemClassIdentifiers classId) TextItem
(int offset, int length, ItemClassIdentifiers classId, long itemId, int flags) -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.output.tree.impl
Methods in com.pnfsoftware.jeb.core.output.tree.impl that return ItemClassIdentifiersMethods in com.pnfsoftware.jeb.core.output.tree.impl with parameters of type ItemClassIdentifiersConstructors in com.pnfsoftware.jeb.core.output.tree.impl with parameters of type ItemClassIdentifiersModifierConstructorDescriptionNode
(String label, ItemClassIdentifiers classId) Create a new node.Node
(String label, ItemClassIdentifiers classId, long itemId, int flags) Create a new node.Node
(String label, ItemClassIdentifiers classId, long itemId, int flags, int initialExpansion) Create a new node. -
Uses of ItemClassIdentifiers in com.pnfsoftware.jeb.core.units.code.asm.render
Methods in com.pnfsoftware.jeb.core.units.code.asm.render that return ItemClassIdentifiers