class APParameterInfo extends APMetadataInfo implements ParameterInfo
Modifier and Type | Field and Description |
---|---|
private javax.lang.model.element.VariableElement |
ve |
processEnv
Constructor and Description |
---|
APParameterInfo(javax.annotation.processing.ProcessingEnvironment processEnv,
javax.lang.model.element.VariableElement ve) |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getType() |
java.lang.String |
toString() |
getElement
public APParameterInfo(javax.annotation.processing.ProcessingEnvironment processEnv, javax.lang.model.element.VariableElement ve)
public ClassInfo getType()
getType
in interface ParameterInfo
public java.lang.String toString()
toString
in class java.lang.Object