Interface TokenAnalysisStub

All Superinterfaces:
AnalysisErrorStub, AnalysisStub

public interface TokenAnalysisStub
extends AnalysisStub
The stubs for the tokens to be analyzed
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getValue()  
    void setValue​(java.lang.String str)  

    Methods inherited from interface cruise.umple.compiler.AnalysisErrorStub

    logError

    Methods inherited from interface cruise.umple.compiler.AnalysisStub

    analyze
  • Method Details

    • getValue

      java.lang.String getValue()
    • setValue

      void setValue​(java.lang.String str)