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