Uses of Class
org.eclipse.tracecompass.ctf.core.event.types.Definition
Packages that use Definition
Package
Description
-
Uses of Definition in org.eclipse.tracecompass.ctf.core.event.types
Subclasses of Definition in org.eclipse.tracecompass.ctf.core.event.typesModifier and TypeClassDescriptionclassArray definition, used for compound definitions and fixed length stringsclassA CTF2 blob definition.final classA CTF enum definition.final classA CTF float definition.final classA CTF integer definition.classScoped defintion.classSimple Datatype definition is a datatype that allows the addition of getIntegerValue and getStringValue to a class.final classA CTF string definition (similar to a C null-terminated byte array).final classA CTF structure definition (similar to a C structure).final classA CTF variant definition (similar to a C union).Methods in org.eclipse.tracecompass.ctf.core.event.types that return DefinitionModifier and TypeMethodDescription@NonNull DefinitionIDeclaration.createDefinition(IDefinitionScope definitionScope, @NonNull String fieldName, @NonNull BitBuffer input) Create a definition from this declarationVariantDefinition.getCurrentField()Get the current fieldICompositeDefinition.getDefinition(String fieldName) Gets the definition of the fieldStructDefinition.getDefinition(String fieldName) StructDefinition.lookupDefinition(String lookupPath) StructDefinition.lookupDefinition(String lookupPath, ScopedDefinition defintionToExclude) Lookup definition while exclusing the callerMethods in org.eclipse.tracecompass.ctf.core.event.types that return types with arguments of type DefinitionModifier and TypeMethodDescriptionabstract List<@Nullable Definition> AbstractArrayDefinition.getDefinitions()Get the defintions, an array is a collection of definitionsConstructors in org.eclipse.tracecompass.ctf.core.event.types with parameters of type DefinitionModifierConstructorDescriptionStructDefinition(@NonNull StructDeclaration declaration, IDefinitionScope definitionScope, @NonNull String structFieldName, Definition[] definitions) ConstructorStructDefinition(@NonNull StructDeclaration declaration, IDefinitionScope definitionScope, @NonNull ILexicalScope scope, @NonNull String structFieldName, @NonNull Iterable<@NonNull String> fieldNames, Definition[] definitions) Constructor This one takes the scope and thus speeds up definition creationVariantDefinition(@NonNull VariantDeclaration declaration, IDefinitionScope definitionScope, EnumDefinition tagDef, String selectedField, @NonNull String fieldName, Definition fieldValue) Constructor -
Uses of Definition in org.eclipse.tracecompass.ctf.core.trace
Methods in org.eclipse.tracecompass.ctf.core.trace that return DefinitionModifier and TypeMethodDescription@Nullable DefinitionCTFStreamInput.lookupDefinition(@Nullable String lookupPath) CTFTrace.lookupDefinition(String lookupPath) Looks up a definition from packet