Uses of Interface
org.openjdk.jmc.flightrecorder.writer.api.TypeStructure
-
Packages that use TypeStructure Package Description org.openjdk.jmc.flightrecorder.writer org.openjdk.jmc.flightrecorder.writer.api -
-
Uses of TypeStructure in org.openjdk.jmc.flightrecorder.writer
Methods in org.openjdk.jmc.flightrecorder.writer with parameters of type TypeStructure Modifier and Type Method Description TypeImplTypesImpl. getOrAdd(String name, String supertype, boolean withConstantPool, TypeStructure typeStructure)TypeImplTypesImpl. getOrAdd(String name, String supertype, TypeStructure typeStructure) -
Uses of TypeStructure in org.openjdk.jmc.flightrecorder.writer.api
Methods in org.openjdk.jmc.flightrecorder.writer.api that return TypeStructure Modifier and Type Method Description TypeStructureTypeStructureBuilder. build()Methods in org.openjdk.jmc.flightrecorder.writer.api with parameters of type TypeStructure Modifier and Type Method Description abstract TypeTypes. getOrAdd(String name, String supertype, boolean withConstantPool, TypeStructure typeStructure)Retrieve the given type or create it a-new if it hasn't been added yet.abstract TypeTypes. getOrAdd(String name, String supertype, TypeStructure typeStructure)Retrieve the given type or create it a-new if it hasn't been added yet.
-