モジュール java.base
列挙型クラスStackMapFrameInfo.SimpleVerificationTypeInfo
java.lang.Object
java.lang.Enum<StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW>
java.lang.classfile.attribute.StackMapFrameInfo.SimpleVerificationTypeInfo
- すべての実装されたインタフェース:
Serializable
,StackMapFrameInfo.VerificationTypeInfoPREVIEW
,Comparable<StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW>
,Constable
- 含まれているインタフェース:
StackMapFrameInfoPREVIEW
public static enum StackMapFrameInfo.SimpleVerificationTypeInfo extends Enum<StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW> implements StackMapFrameInfo.VerificationTypeInfoPREVIEW
SimpleVerificationTypeInfo
は、JavaプラットフォームのプレビューAPIです。
プレビュー機能は、今後のリリースで削除するか、Javaプラットフォームの永続機能にアップグレードすることができます。
単純なスタック値。
- 導入されたバージョン:
- 22
-
ネストされたクラスのサマリー
クラスjava.lang.Enumで宣言されたネストされたクラス/インタフェース
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数のサマリー
列挙型定数列挙型定数説明検証タイプdouble検証タイプfloat検証タイプint検証タイプlong検証タイプnull検証タイプtop検証タイプuninitializedThis -
メソッドのサマリー
-
列挙型定数の詳細
-
ITEM_TOP
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_TOP検証タイプtop -
ITEM_INTEGER
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_INTEGER検証タイプint -
ITEM_FLOAT
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_FLOAT検証タイプfloat -
ITEM_DOUBLE
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_DOUBLE検証タイプdouble -
ITEM_LONG
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_LONG検証タイプlong -
ITEM_NULL
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_NULL検証タイプnull -
ITEM_UNINITIALIZED_THIS
public static final StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW ITEM_UNINITIALIZED_THIS検証タイプuninitializedThis
-
-
メソッドの詳細
-
values
public static StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW[] values()この列挙クラスの定数を含む配列を宣言されている順序で 返します。- 戻り値:
- この列挙クラスの定数を宣言されている順序で含む配列
-
valueOf
public static StackMapFrameInfo.SimpleVerificationTypeInfoPREVIEW valueOf(String name) 指定された名前を持つこのクラスのenum定数を返します。 文字列は、このクラスでenum定数を宣言するために使用される識別子と正確に一致する必要があります。 (不適切な空白文字は許可されません。)- パラメータ:
name
- 返される列挙型定数の名前。- 戻り値:
- 指定された名前を持つ列挙型定数
- 例外:
IllegalArgumentException
- この列挙型クラスに指定された名前の定数がない場合NullPointerException
- 引数がnullの場合
-
tag
public int tag()インタフェース:StackMapFrameInfo.VerificationTypeInfo
からコピーされた説明タイプinfoのタグを返します。- 定義:
- インタフェース
StackMapFrameInfo.VerificationTypeInfoPREVIEW
内のtag
- 戻り値:
- タイプ情報のタグ
-
SimpleVerificationTypeInfo
を使用できます。