|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.argouml.uml.generator.Parser
Constructor Summary | |
---|---|
Parser()
|
Method Summary | |
---|---|
abstract java.lang.Object |
parseAction(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract void |
parseAttribute(java.lang.String s,
java.lang.Object attr)
|
abstract java.lang.Object |
parseEvent(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
java.lang.Object |
parseExpression(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseExtensionPoint(java.lang.String s)
|
abstract java.lang.Object |
parseGuard(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseMultiplicity(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
java.lang.String |
parseName(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract void |
parseOperation(java.lang.String s,
java.lang.Object op)
|
abstract java.lang.Object |
parseParameter(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseState(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseStereotype(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseTaggedValue(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
abstract java.lang.Object |
parseTransition(java.lang.Object trans,
java.lang.String s)
|
java.lang.String |
parseUninterpreted(java.lang.String s)
Deprecated. Since 0.15.1, this is essentially a String constructor. It breaks the idea the idea that the parser is editing preexisting objects, which is bad. Arguably it should not belong to the public API. It is not used within core ArgoUML. d00mst. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parser()
Method Detail |
public abstract java.lang.Object parseExtensionPoint(java.lang.String s)
public abstract void parseOperation(java.lang.String s, java.lang.Object op) throws java.text.ParseException
java.text.ParseException
public abstract void parseAttribute(java.lang.String s, java.lang.Object attr) throws java.text.ParseException
java.text.ParseException
public abstract java.lang.Object parseParameter(java.lang.String s)
public abstract java.lang.Object parseStereotype(java.lang.String s)
public abstract java.lang.Object parseTaggedValue(java.lang.String s)
public abstract java.lang.Object parseMultiplicity(java.lang.String s)
public abstract java.lang.Object parseState(java.lang.String s)
public abstract java.lang.Object parseTransition(java.lang.Object trans, java.lang.String s)
public abstract java.lang.Object parseAction(java.lang.String s)
public abstract java.lang.Object parseGuard(java.lang.String s)
public abstract java.lang.Object parseEvent(java.lang.String s)
public java.lang.Object parseExpression(java.lang.String s)
public java.lang.String parseName(java.lang.String s)
public java.lang.String parseUninterpreted(java.lang.String s)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |