JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package org.spongepowered.asm.mixin.injection.selectors
Interface Summary
Interface
Description
ITargetSelector
Target Selectors are used to identify target members in a class, with the criteria for selection being specified in a single string, effectively defining the query parameters.
ITargetSelectorByName
A target selector which selects elements directly by name.
ITargetSelectorConstructor
A target selector which can identify constructor types
ITargetSelectorRemappable
A target selector which can be remapped at compile time via an obfuscation service
Class Summary
Class
Description
TargetSelector
Utility class for parsing selectors
TargetSelector.Result
<TNode>
Query result struct
Enum Summary
Enum
Description
MatchResult
Result of a
target selector
match
operation which describes the type of match.
Exception Summary
Exception
Description
InvalidSelectorException
Exception to be thrown from
ITargetSelector.validate()
when a target selector fails verification