org.jrubyparser.util
Class VariableHelper
java.lang.Object
org.jrubyparser.util.VariableHelper
public class VariableHelper
- extends Object
- Author:
- enebo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableHelper
public VariableHelper()
isParameterUsed
public static boolean isParameterUsed(Node node,
String name,
boolean isMethod)
getParameterName
public static ILocalVariable getParameterName(Node argsNode,
String name)
- Can we find a parameter named by name in the arguments node (presumably from an iter or methoddef)?
Copyright © 2013. All Rights Reserved.