public class MethodParameters.Parameter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ACC_FINAL |
static int |
ACC_MANDATED |
static int |
ACC_SYNTHETIC |
Modifier and Type | Method and Description |
---|---|
short |
getAccessFlags()
Access flags of this parameter.
|
String |
getName()
Gets the name of this parameter
|
public static final int ACC_FINAL
public static final int ACC_SYNTHETIC
public static final int ACC_MANDATED
public String getName()
public short getAccessFlags()
Copyright © 2017. All rights reserved.