Uses of Class
com.strobel.reflection.emit.ScopeAction
-
Packages that use ScopeAction Package Description com.strobel.reflection.emit -
-
Uses of ScopeAction in com.strobel.reflection.emit
Fields in com.strobel.reflection.emit declared as ScopeAction Modifier and Type Field Description (package private) ScopeAction[]
ScopeTree. _scopeActions
Methods in com.strobel.reflection.emit that return ScopeAction Modifier and Type Method Description static ScopeAction
ScopeAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScopeAction[]
ScopeAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.reflection.emit with parameters of type ScopeAction Modifier and Type Method Description (package private) void
ScopeTree. addScopeInfo(ScopeAction action, int offset)
-