Interface IMetaMember

All Known Implementing Classes:
AbstractMetaMember, MetaConstructor, MetaMethod

public interface IMetaMember
  • Method Details

    • getMetaClass

      MetaClass getMetaClass()
    • getMemberBytecode

      MemberBytecode getMemberBytecode()
    • getInstructions

      List<BytecodeInstruction> getInstructions()
    • toStringUnqualifiedMethodName

      String toStringUnqualifiedMethodName(boolean visibilityAndReturnType, boolean fqParamTypes)
    • getMemberName

      String getMemberName()
    • getFullyQualifiedMemberName

      String getFullyQualifiedMemberName()
    • getAbbreviatedFullyQualifiedMemberName

      String getAbbreviatedFullyQualifiedMemberName()
    • getModifier

      int getModifier()
    • getModifierString

      String getModifierString()
    • getReturnTypeName

      String getReturnTypeName()
    • getParamTypeNames

      String[] getParamTypeNames()
    • matchesSignature

      boolean matchesSignature(MemberSignatureParts msp, boolean matchTypesExactly)
    • isConstructor

      boolean isConstructor()
    • getQueuedAttribute

      String getQueuedAttribute(String key)
    • getQueuedAttributes

      Map<String,String> getQueuedAttributes()
    • storeCompilation

      void storeCompilation(Compilation compilation)
    • getCompiledAttribute

      String getCompiledAttribute(String key)
    • getCompiledAttributes

      Map<String,String> getCompiledAttributes()
    • getCompilationByCompileID

      Compilation getCompilationByCompileID(String compileID)
    • getCompilationByAddress

      Compilation getCompilationByAddress(AssemblyMethod asmMethod)
    • setCompiled

      void setCompiled(boolean compiled)
    • isCompiled

      boolean isCompiled()
    • addAssembly

      void addAssembly(AssemblyMethod asmMethod)
    • setSelectedCompilation

      void setSelectedCompilation(int index)
    • getSelectedCompilation

      Compilation getSelectedCompilation()
    • getCompilations

      List<Compilation> getCompilations()
    • getCompilation

      Compilation getCompilation(int index)
    • getLastCompilation

      Compilation getLastCompilation()
    • getSourceMethodSignatureRegEx

      String getSourceMethodSignatureRegEx()