Class Format

java.lang.Object
cruise.umple.compiler.Format

public class Format
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Format()  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    static java.lang.String repeat​(java.lang.String string, int quantidade)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • delete

      public void delete()
    • repeat

      public static java.lang.String repeat​(java.lang.String string, int quantidade)