|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.Utilities
Various utility functions for use in the compiler.
Field Summary | |
private static java.lang.String |
eol
|
Constructor Summary | |
Utilities()
|
Method Summary | |
static java.lang.String |
eol()
Returns the end-of-line marker. |
static java.lang.String |
repeatString(java.lang.String pattern,
int repeats)
Returns a string made up of repetitions of the specified string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static java.lang.String eol
Constructor Detail |
public Utilities()
Method Detail |
public static java.lang.String repeatString(java.lang.String pattern, int repeats)
public static java.lang.String eol()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |