クラス MojangsonPathNode.ArrayIndexNode
java.lang.Object
io.github.takenoko4096.mojangson.MojangsonPathNode<MojangsonList, Integer>
io.github.takenoko4096.mojangson.MojangsonPathNode.ArrayIndexNode
- 含まれているクラス:
MojangsonPathNode<S extends MojangsonStructure, T>
public static final class MojangsonPathNode.ArrayIndexNode
extends MojangsonPathNode<MojangsonList, Integer>
-
ネストされたクラスの概要
-
フィールドの概要
クラスから継承されたフィールド MojangsonPathNode
child, parameter -
メソッドの概要
修飾子とタイプメソッド説明<U> @Nullable Uaccess(MojangsonList structure, BiFunction<MojangsonList, Object, @Nullable U> function) copy()@Nullable MojangsonValue<?> get(MojangsonList structure) toString()
-
メソッドの詳細
-
get
- 定義:
getクラス内MojangsonPathNode<MojangsonList, Integer>
-
access
public <U> @Nullable U access(MojangsonList structure, BiFunction<MojangsonList, Object, @Nullable U> function) - 定義:
accessクラス内MojangsonPathNode<MojangsonList, Integer>
-
copy
- 定義:
copyクラス内MojangsonPathNode<MojangsonList, Integer>
-
toString
- 定義:
toStringクラス内MojangsonPathNode<MojangsonList, Integer>
-