public class MethodSignatureNode extends SignatureNode
Modifier and Type | Field and Description |
---|---|
protected TypeNode |
returnType |
extraTypeInfo, modifiers, name, parameterList, throwTypes
Constructor and Description |
---|
MethodSignatureNode(String name,
List<ParameterNode> parameterList) |
Modifier and Type | Method and Description |
---|---|
TypeNode |
getReturnType() |
void |
setReturnType(TypeNode returnType) |
String |
toString() |
getModifiers, getName, getParameters, getThrows, setExtraTypeInfo, setModifiers, setThrows
protected TypeNode returnType
public MethodSignatureNode(String name, List<ParameterNode> parameterList)
public TypeNode getReturnType()
public void setReturnType(TypeNode returnType)
public String toString()
toString
in class SignatureNode
Copyright © 2001-2015 JRuby. All Rights Reserved.