public class ClassInfo.InterfaceMethod extends ClassInfo.Method
| Constructor and Description |
|---|
InterfaceMethod(org.spongepowered.asm.mixin.transformer.ClassInfo.Member member) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.String name,
java.lang.String desc) |
int |
getAccess() |
java.lang.String |
getDesc() |
protected java.lang.String |
getDisplayFormat() |
ClassInfo |
getImplementor() |
java.lang.String |
getName() |
java.lang.String |
getOriginalDesc() |
java.lang.String |
getOriginalName() |
ClassInfo |
getOwner() |
int |
hashCode() |
boolean |
isAbstract() |
boolean |
isDecoratedFinal() |
boolean |
isDecoratedMutable() |
boolean |
isFinal() |
boolean |
isInjected() |
boolean |
isPrivate() |
boolean |
isRemapped() |
boolean |
isRenamed() |
boolean |
isStatic() |
boolean |
isSynthetic() |
boolean |
isUnique() |
boolean |
matchesFlags(int flags) |
java.lang.String |
remapTo(java.lang.String desc) |
void |
setDecoratedFinal(boolean decoratedFinal,
boolean decoratedMutable) |
void |
setUnique(boolean unique) |
java.lang.String |
toString() |
conform, equals, getFrames, isAccessor, isConformed, renameTopublic InterfaceMethod(org.spongepowered.asm.mixin.transformer.ClassInfo.Member member)
public ClassInfo getOwner()
getOwner in class ClassInfo.Methodpublic ClassInfo getImplementor()
public java.lang.String getOriginalName()
public java.lang.String getName()
public java.lang.String getOriginalDesc()
public java.lang.String getDesc()
public boolean isInjected()
public boolean isRenamed()
public boolean isRemapped()
public boolean isPrivate()
public boolean isStatic()
public boolean isAbstract()
public boolean isFinal()
public boolean isSynthetic()
public boolean isUnique()
public void setUnique(boolean unique)
public boolean isDecoratedFinal()
public boolean isDecoratedMutable()
public void setDecoratedFinal(boolean decoratedFinal,
boolean decoratedMutable)
public boolean matchesFlags(int flags)
public int getAccess()
public java.lang.String remapTo(java.lang.String desc)
public boolean equals(java.lang.String name,
java.lang.String desc)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectprotected java.lang.String getDisplayFormat()