|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.python.core.ReflectedArgs
public class ReflectedArgs
| Field Summary | |
|---|---|
Class<?>[] |
args
|
Object |
data
|
Class<?> |
declaringClass
|
int |
flags
|
boolean |
isStatic
|
boolean |
isVarArgs
|
static int |
PyArgsCall
|
static int |
PyArgsKeywordsCall
|
static int |
REPLACE
|
static int |
StandardCall
|
| Constructor Summary | |
|---|---|
ReflectedArgs(Object data,
Class<?>[] args,
Class<?> declaringClass,
boolean isStatic)
|
|
ReflectedArgs(Object data,
Class<?>[] args,
Class<?> declaringClass,
boolean isStatic,
boolean isVarArgs)
|
|
| Method Summary | |
|---|---|
static int |
compare(Class<?> arg1,
Class<?> arg2)
|
int |
compareTo(ReflectedArgs other)
|
boolean |
matches(PyObject self,
PyObject[] pyArgs,
String[] keywords,
org.python.core.ReflectedCallData callData)
|
static int |
precedence(Class<?> arg)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Class<?>[] args
public Object data
public Class<?> declaringClass
public boolean isStatic
public boolean isVarArgs
public int flags
public static final int StandardCall
public static final int PyArgsCall
public static final int PyArgsKeywordsCall
public static final int REPLACE
| Constructor Detail |
|---|
public ReflectedArgs(Object data,
Class<?>[] args,
Class<?> declaringClass,
boolean isStatic)
public ReflectedArgs(Object data,
Class<?>[] args,
Class<?> declaringClass,
boolean isStatic,
boolean isVarArgs)
| Method Detail |
|---|
public boolean matches(PyObject self,
PyObject[] pyArgs,
String[] keywords,
org.python.core.ReflectedCallData callData)
public static int precedence(Class<?> arg)
public static int compare(Class<?> arg1,
Class<?> arg2)
public int compareTo(ReflectedArgs other)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||