Modifier and Type | Method and Description |
---|---|
static MethodInfo |
MethodInfo.create(ClassInfo clazz,
String name,
Type[] args,
Type returnType,
short flags)
Construct a new mock Method instance.
|
MethodInfo |
MethodParameterInfo.method()
Returns the method this parameter belongs to.
|
Modifier and Type | Method and Description |
---|---|
static MethodParameterInfo |
MethodParameterInfo.create(MethodInfo method,
short parameter)
Constructs a new mock method parameter info
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.