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 class
UserDataStoreBase
Methods in com.strobel.componentmodel with parameters of type UserDataStore Modifier and Type Method Description T
Key. get(UserDataStore store)
T
Key. get(UserDataStore store, T defaultValue)
boolean
Key. isPresent(UserDataStore store)
void
Key. 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 class
DecompilerContext
-
Uses of UserDataStore in com.strobel.decompiler.ast
Classes in com.strobel.decompiler.ast that implement UserDataStore Modifier and Type Class Description class
Expression
-
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 UserDataStore
AstNode. _dataStore
-