Uses of Class
ca.ubc.cs.elide.nodes.ParameterNode

Uses of ParameterNode in ca.ubc.cs.elide.nodes
 

Methods in ca.ubc.cs.elide.nodes that return ParameterNode
 ParameterNode[] MethodNode.getParameters()
          Returns an array of ParameterNode objects, representing the formal parameters of the method represented by this MethodNode object.
 ParameterNode MethodNode.getParameter(java.lang.String name)
          Returns a ParameterNode object for a formal parameter of the method represented by this object, given its name.