Class ClassInfo.InterfaceMethod
java.lang.Object
org.spongepowered.asm.mixin.transformer.ClassInfo.Method
org.spongepowered.asm.mixin.transformer.ClassInfo.InterfaceMethod
- Enclosing class:
ClassInfo
A method resolved in an interface via a class, return the member
wrapped so that the implementing class can be retrieved.
-
Constructor Summary
ConstructorsConstructorDescriptionInterfaceMethod(org.spongepowered.asm.mixin.transformer.ClassInfo.Member member) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetDesc()protected StringgetName()getOwner()inthashCode()booleanbooleanbooleanbooleanisFinal()booleanbooleanbooleanbooleanbooleanisStatic()booleanbooleanisUnique()booleanmatchesFlags(int flags) protected voidsetDecoratedFinal(boolean decoratedFinal, boolean decoratedMutable) voidsetUnique(boolean unique) toString()Methods inherited from class org.spongepowered.asm.mixin.transformer.ClassInfo.Method
conform, equals, getFrames, isAccessor, isConformed, renameTo
-
Constructor Details
-
InterfaceMethod
public InterfaceMethod(org.spongepowered.asm.mixin.transformer.ClassInfo.Member member)
-
-
Method Details
-
getOwner
- Overrides:
getOwnerin classClassInfo.Method
-
getImplementor
-
getOriginalName
-
getName
-
getOriginalDesc
-
getDesc
-
isInjected
public boolean isInjected() -
isRenamed
public boolean isRenamed() -
isRemapped
public boolean isRemapped() -
isPrivate
public boolean isPrivate() -
isStatic
public boolean isStatic() -
isAbstract
public boolean isAbstract() -
isFinal
public boolean isFinal() -
isSynthetic
public boolean isSynthetic() -
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
isDecoratedFinal
public boolean isDecoratedFinal() -
isDecoratedMutable
public boolean isDecoratedMutable() -
setDecoratedFinal
protected void setDecoratedFinal(boolean decoratedFinal, boolean decoratedMutable) -
matchesFlags
public boolean matchesFlags(int flags) -
getAccess
public int getAccess() -
remapTo
-
equals
-
hashCode
public int hashCode() -
toString
-
getDisplayFormat
-