org.objectweb.carol.cmi.compiler

Class MethodConf


public class MethodConf
extends java.lang.Object

Constructor Summary

MethodConf(ClassConf ccc, MethodProto mp, String balancerName)

Method Summary

String
getBalancer()
ClassConf
getClassConf()
String
getDeclItfName()
Method
getMethod()
MethodProto
getMethodProto()
String
getMthName()
String
getParamNamesString()
String
getParamString()
String
getReturnTypeName()
String
getThrowsString()
boolean
returnsVoid()
void
setMethod(Method method)

Constructor Details

MethodConf

public MethodConf(ClassConf ccc,
                  MethodProto mp,
                  String balancerName)

Method Details

getBalancer

public String getBalancer()


getClassConf

public ClassConf getClassConf()


getDeclItfName

public String getDeclItfName()


getMethod

public Method getMethod()


getMethodProto

public MethodProto getMethodProto()


getMthName

public String getMthName()


getParamNamesString

public String getParamNamesString()


getParamString

public String getParamString()


getReturnTypeName

public String getReturnTypeName()


getThrowsString

public String getThrowsString()


returnsVoid

public boolean returnsVoid()


setMethod

public void setMethod(Method method)
            throws CompilerException