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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait