Package cruise.umple.compiler
Class UseStatementParserAction
java.lang.Object
cruise.umple.compiler.UseStatementParserAction
- All Implemented Interfaces:
ParserAction
public class UseStatementParserAction extends java.lang.Object implements ParserAction
This is the ParserAction to handle 'use' tokens in Umple.
This is called any time a 'useStatement' token is read, in which it
dispatches a `RuleBasedParserThread` on the discovered token, which
effectively reads the new file into the token location
-
Constructor Summary
Constructors Constructor Description UseStatementParserAction()
-
Method Summary
Modifier and Type Method Description void
delete()
void
onSuccess(Token token, ParserDataPackage data)
-
Constructor Details
-
UseStatementParserAction
public UseStatementParserAction()
-
-
Method Details
-
delete
public void delete() -
onSuccess
- Specified by:
onSuccess
in interfaceParserAction
-