Class NameSpace

java.lang.Object
cruise.umple.compiler.NameSpace

public class NameSpace
extends java.lang.Object
added for issue 1315 warning 31
  • Constructor Summary

    Constructors 
    Constructor Description
    NameSpace​(java.lang.String aValue, Position aPosition)  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    Position getPosition()  
    int getTimesUsed()  
    java.lang.String getValue()  
    boolean setTimesUsed​(int aTimesUsed)  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details