Uses of Class
org.adoptopenjdk.jitwatch.parser.zing.ZingLineType
-
Packages that use ZingLineType Package Description org.adoptopenjdk.jitwatch.parser.zing -
-
Uses of ZingLineType in org.adoptopenjdk.jitwatch.parser.zing
Fields in org.adoptopenjdk.jitwatch.parser.zing declared as ZingLineType Modifier and Type Field Description private ZingLineTypeZingLine. lineTypeMethods in org.adoptopenjdk.jitwatch.parser.zing that return ZingLineType Modifier and Type Method Description ZingLineTypeZingLine. getLineType()static ZingLineTypeZingLineType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ZingLineType[]ZingLineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.adoptopenjdk.jitwatch.parser.zing with parameters of type ZingLineType Modifier and Type Method Description voidZingLine. setLineType(ZingLineType lineType)
-