public class AnnotationHelper extends Object
Constructor and Description |
---|
AnnotationHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addMethodNamesToSet(Set<String> set,
JRubyMethod jrubyMethod,
String simpleName) |
static int |
getArityValue(JRubyMethod anno,
int actualRequired) |
static String |
getCallConfigName(boolean frame,
boolean scope) |
static String |
getCallConfigNameByAnno(JRubyMethod anno) |
public static void addMethodNamesToSet(Set<String> set, JRubyMethod jrubyMethod, String simpleName)
public static int getArityValue(JRubyMethod anno, int actualRequired)
public static String getCallConfigNameByAnno(JRubyMethod anno)
public static String getCallConfigName(boolean frame, boolean scope)
Copyright © 2001-2014 JRuby. All Rights Reserved.