protected static class ConfigParser.Arg
extends java.lang.Object
| Constructor and Description |
|---|
Arg(java.lang.String value,
org.aspectj.ajdt.ajc.ConfigParser.Location location) |
| Modifier and Type | Method and Description |
|---|---|
org.aspectj.ajdt.ajc.ConfigParser.Location |
getLocation() |
java.lang.String |
getValue() |
void |
setLocation(org.aspectj.ajdt.ajc.ConfigParser.Location location) |
void |
setValue(java.lang.String value) |