public class ParameterAccess extends AccessStrategy
AccessStrategy for method parameters.| Constructor and Description |
|---|
ParameterAccess(Type paramType,
int paramIdx)
Create a new ParameterAccess instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
get(Object instance) |
ElementType |
getElementType() |
Type |
getJavaType() |
String |
getPropertyName() |
int |
hashCode() |
public ParameterAccess(Type paramType, int paramIdx)
paramType - paramIdx - public Object get(Object instance)
get in class AccessStrategypublic ElementType getElementType()
getElementType in class AccessStrategypublic Type getJavaType()
getJavaType in class AccessStrategypublic String getPropertyName()
getPropertyName in class AccessStrategyCopyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.