Uses of Interface
com.strobel.componentmodel.UserDataStore
-
Packages that use UserDataStore Package Description com.strobel.componentmodel com.strobel.decompiler com.strobel.decompiler.ast com.strobel.decompiler.languages.java.ast -
-
Uses of UserDataStore in com.strobel.componentmodel
Classes in com.strobel.componentmodel that implement UserDataStore Modifier and Type Class Description classUserDataStoreBaseMethods in com.strobel.componentmodel with parameters of type UserDataStore Modifier and Type Method Description TKey. get(UserDataStore store)TKey. get(UserDataStore store, T defaultValue)booleanKey. isPresent(UserDataStore store)voidKey. set(UserDataStore store, T value) -
Uses of UserDataStore in com.strobel.decompiler
Classes in com.strobel.decompiler that implement UserDataStore Modifier and Type Class Description classDecompilerContext -
Uses of UserDataStore in com.strobel.decompiler.ast
Classes in com.strobel.decompiler.ast that implement UserDataStore Modifier and Type Class Description classExpression -
Uses of UserDataStore in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as UserDataStore Modifier and Type Field Description private UserDataStoreAstNode. _dataStore
-