File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/java.base/share/classes/java/lang/classfile/instruction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
* have a {@linkplain Opcode#kind() kind} of {@link Opcode.Kind#CONVERT}.
42
42
* Delivered as a {@link CodeElement} when traversing the elements of a {@link CodeModel}.
43
43
* <p>
44
- * Conceptually, a primitive conversion instruction is a record:
44
+ * A primitive conversion instruction can be viewed a record:
45
45
* {@snippet lang=text :
46
46
* // @link substring="ConvertInstruction" target="#of(TypeKind, TypeKind)" :
47
47
* ConvertInstruction(
Original file line number Diff line number Diff line change 48
48
* Corresponding opcodes have a {@linkplain Opcode#kind() kind} of {@link Opcode.Kind#INVOKE}.
49
49
* Delivered as a {@link CodeElement} when traversing the elements of a {@link CodeModel}.
50
50
* <p>
51
- * Conceptually, a method invocation instruction is a record:
51
+ * A method invocation instruction can be viewed as a record:
52
52
* {@snippet lang=text :
53
53
* // @link substring="InvokeInstruction" target="#of(Opcode, MemberRefEntry)" :
54
54
* InvokeInstruction(
You can’t perform that action at this time.
0 commit comments