org.aspectj.ajdt.ajc
Class ConfigParser.Arg
java.lang.Object
org.aspectj.ajdt.ajc.ConfigParser.Arg
- Enclosing class:
- ConfigParser
protected static class ConfigParser.Arg
- extends java.lang.Object
|
Constructor Summary |
ConfigParser.Arg(java.lang.String value,
org.aspectj.ajdt.ajc.ConfigParser.Location location)
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigParser.Arg
public ConfigParser.Arg(java.lang.String value,
org.aspectj.ajdt.ajc.ConfigParser.Location location)
setValue
public void setValue(java.lang.String value)
setLocation
public void setLocation(org.aspectj.ajdt.ajc.ConfigParser.Location location)
getValue
public java.lang.String getValue()
getLocation
public org.aspectj.ajdt.ajc.ConfigParser.Location getLocation()