Interface ITargetSelectorConstructor
- All Superinterfaces:
ITargetSelector,ITargetSelectorByName
- All Known Implementing Classes:
MemberInfo
public interface ITargetSelectorConstructor extends ITargetSelectorByName
A target selector which can identify constructor types
-
Method Summary
Modifier and Type Method Description java.lang.StringtoCtorDesc()Returns the constructor descriptor represented by this selector, returns null if no descriptor is present.java.lang.StringtoCtorType()Returns the constructor type represented by this selectorMethods inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelector
attach, configure, getMatchCount, match, match, next, validateMethods inherited from interface org.spongepowered.asm.mixin.injection.selectors.ITargetSelectorByName
getDesc, getName, getOwner, isClassInitialiser, isConstructor, isField, isFullyQualified, isInitialiser, matches, toDescriptor
-
Method Details
-
toCtorType
java.lang.String toCtorType()Returns the constructor type represented by this selector -
toCtorDesc
java.lang.String toCtorDesc()Returns the constructor descriptor represented by this selector, returns null if no descriptor is present.
-