Uses of Class
org.openjdk.asmtools.jasm.LocalVariableData
Packages that use LocalVariableData
-
Uses of LocalVariableData in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as LocalVariableDataFields in org.openjdk.asmtools.jasm with type parameters of type LocalVariableDataModifier and TypeFieldDescriptionprotected DataVectorAttr<LocalVariableData> CodeAttr.localVariableTableprotected DataVectorAttr<LocalVariableData> CodeAttr.localVariableTypeTableprotected final List<LocalVariableData> CodeAttr.locVarSlotsprotected final List<LocalVariableData> CodeAttr.locVarTypeSlotsMethods in org.openjdk.asmtools.jasm that return LocalVariableDataModifier and TypeMethodDescriptionLocalVariableData.setFieldSignature(Signature<ToolLogger> fieldSignature) LocalVariableData.setFieldType(FieldType fieldType) Methods in org.openjdk.asmtools.jasm that return types with arguments of type LocalVariableDataModifier and TypeMethodDescriptionParseAttribute.parseLocalVariableTable(boolean isTypeTable) Parse either localVariableTable or localVariableTypeTable according to the boolean parameter isTypeTableMethod parameters in org.openjdk.asmtools.jasm with type arguments of type LocalVariableDataModifier and TypeMethodDescriptionvoidCodeAttr.fillLocalVariableTable(boolean isTypeTable, List<LocalVariableData> list) Fills either localVariableTable or localVariableTypeTable according to the boolean parameter isTypeTable