com.gomjabbar.meta.ref
Class SignatureRef

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

public class SignatureRef
extends Ref


Fields inherited from class com.gomjabbar.meta.ref.Ref
ID_BEG, ID_END, ID_SEP
 
Constructor Summary
SignatureRef(TypeRef return_type, TypeRef[] args_type)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 TypeRef[] getParamsType()
           
 TypeRef getReturnType()
           
 java.lang.String 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

SignatureRef

public SignatureRef(TypeRef return_type,
                    TypeRef[] args_type)
Method Detail

getReturnType

public TypeRef getReturnType()

getParamsType

public TypeRef[] getParamsType()

getName

public java.lang.String getName()
Overrides:
getName in class Ref

toString

public java.lang.String toString()
Overrides:
toString in class Ref

getId

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