org.objectweb.carol.cmi.compiler

Class MethodProto


public class MethodProto
extends java.lang.Object

Author:
nieuviar

Constructor Summary

MethodProto(Method m)
MethodProto(String sign)

Method Summary

boolean
equals(Object obj)
static String
getName(Class c)
int
hashCode()
String
toString()

Constructor Details

MethodProto

public MethodProto(Method m)


MethodProto

public MethodProto(String sign)
            throws CompilerException

Method Details

equals

public boolean equals(Object obj)


getName

public static String getName(Class c)


hashCode

public int hashCode()


toString

public String toString()