com.gomjabbar.meta.ref
Class MethodRef

java.lang.Object
  |
  +--com.gomjabbar.meta.ref.Ref
        |
        +--com.gomjabbar.meta.ref.MemberRef
              |
              +--com.gomjabbar.meta.ref.MethodRef
All Implemented Interfaces:
java.lang.Comparable

public class MethodRef
extends MemberRef


Fields inherited from class com.gomjabbar.meta.ref.Ref
ID_BEG, ID_END, ID_SEP
 
Constructor Summary
MethodRef(ClassRef parent_class, java.lang.String method_name, SignatureRef signature)
           
 
Method Summary
 java.lang.String getId()
           
 SignatureRef getSignature()
           
 
Methods inherited from class com.gomjabbar.meta.ref.MemberRef
getName, getParent, toString
 
Methods inherited from class com.gomjabbar.meta.ref.Ref
compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodRef

public MethodRef(ClassRef parent_class,
                 java.lang.String method_name,
                 SignatureRef signature)
Method Detail

getId

public java.lang.String getId()
Overrides:
getId in class MemberRef

getSignature

public SignatureRef getSignature()