public class MethodNodes extends Object
Constructor and Description |
---|
MethodNodes(ArgsNode argsNode,
Node bodyNode) |
Modifier and Type | Method and Description |
---|---|
static void |
cache(String methodJavaName,
MethodNodes nodes) |
ArgsNode |
getArgsNode() |
Node |
getBodyNode() |
static MethodNodes |
lookup(String methodJavaName) |
public ArgsNode getArgsNode()
public Node getBodyNode()
public static void cache(String methodJavaName, MethodNodes nodes)
public static MethodNodes lookup(String methodJavaName)
Copyright © 2001-2015 JRuby. All Rights Reserved.