Uses of Enum Class
org.adoptopenjdk.jitwatch.model.assembly.Architecture
Packages that use Architecture
Package
Description
-
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly
Subclasses with type arguments of type Architecture in org.adoptopenjdk.jitwatch.model.assemblyFields in org.adoptopenjdk.jitwatch.model.assembly declared as ArchitectureModifier and TypeFieldDescriptionprotected ArchitectureAbstractAssemblyParser.architectureprivate ArchitectureAssemblyMethod.architectureprivate ArchitectureAssemblyProcessor.architectureMethods in org.adoptopenjdk.jitwatch.model.assembly that return ArchitectureModifier and TypeMethodDescriptionAbstractAssemblyParser.getArchitecture()AssemblyMethod.getArchitecture()static ArchitectureArchitecture.parseFromLogLine(String line) static ArchitectureReturns the enum constant of this class with the specified name.static Architecture[]Architecture.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.model.assembly with parameters of type ArchitectureModifier and TypeMethodDescriptionstatic IAssemblyParserAssemblyUtil.getParserForArchitecture(Architecture architecture) Constructors in org.adoptopenjdk.jitwatch.model.assembly with parameters of type ArchitectureModifierConstructorDescriptionAbstractAssemblyParser(Architecture architecture) AssemblyMethod(Architecture architecture) -
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly.arm
Constructors in org.adoptopenjdk.jitwatch.model.assembly.arm with parameters of type Architecture -
Uses of Architecture in org.adoptopenjdk.jitwatch.model.assembly.x86
Constructors in org.adoptopenjdk.jitwatch.model.assembly.x86 with parameters of type Architecture -
Uses of Architecture in org.adoptopenjdk.jitwatch.util
Methods in org.adoptopenjdk.jitwatch.util that return Architecture