Interface IMetaMember
- All Known Implementing Classes:
AbstractMetaMember, MetaConstructor, MetaMethod
public interface IMetaMember
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssembly(AssemblyMethod asmMethod) getCompilation(int index) getCompilationByAddress(AssemblyMethod asmMethod) getCompilationByCompileID(String compileID) intString[]getQueuedAttribute(String key) booleanbooleanbooleanmatchesSignature(MemberSignatureParts msp, boolean matchTypesExactly) voidsetCompiled(boolean compiled) voidsetSelectedCompilation(int index) voidstoreCompilation(Compilation compilation) toStringUnqualifiedMethodName(boolean visibilityAndReturnType, boolean fqParamTypes)
-
Method Details
-
getMetaClass
MetaClass getMetaClass() -
getMemberBytecode
MemberBytecode getMemberBytecode() -
getInstructions
List<BytecodeInstruction> getInstructions() -
toStringUnqualifiedMethodName
-
getMemberName
String getMemberName() -
getFullyQualifiedMemberName
String getFullyQualifiedMemberName() -
getAbbreviatedFullyQualifiedMemberName
String getAbbreviatedFullyQualifiedMemberName() -
getModifier
int getModifier() -
getModifierString
String getModifierString() -
getReturnTypeName
String getReturnTypeName() -
getParamTypeNames
String[] getParamTypeNames() -
matchesSignature
-
isConstructor
boolean isConstructor() -
getQueuedAttribute
-
getQueuedAttributes
-
storeCompilation
-
getCompiledAttribute
-
getCompiledAttributes
-
getCompilationByCompileID
-
getCompilationByAddress
-
setCompiled
void setCompiled(boolean compiled) -
isCompiled
boolean isCompiled() -
addAssembly
-
setSelectedCompilation
void setSelectedCompilation(int index) -
getSelectedCompilation
Compilation getSelectedCompilation() -
getCompilations
List<Compilation> getCompilations() -
getCompilation
-
getLastCompilation
Compilation getLastCompilation() -
getSourceMethodSignatureRegEx
String getSourceMethodSignatureRegEx()
-