public class ParameterNode extends Object
Constructor and Description |
---|
ParameterNode(TypeNode type,
String variableName) |
ParameterNode(TypeNode type,
String variableName,
boolean isFinal) |
ParameterNode(TypeNode type,
String variableName,
boolean isFinal,
boolean isVarArgs) |
Modifier and Type | Method and Description |
---|---|
TypeNode |
getType() |
String |
getVariableName() |
boolean |
isFinal() |
boolean |
isVarArgs() |
String |
toString() |
Copyright © 2001-2016 JRuby. All Rights Reserved.