|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.Utilities
public abstract class Utilities
Various utility functions for use in the compiler.
Constructor Summary | |
---|---|
Utilities()
|
Method Summary | |
---|---|
static String |
eol()
Returns the end-of-line marker. |
static boolean |
isJavaIdentifier(String name)
Tells if the given string is a valid Java identifier. |
static String |
repeatString(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 |
Constructor Detail |
---|
public Utilities()
Method Detail |
---|
public static String repeatString(String pattern, int repeats)
public static String eol()
public static boolean isJavaIdentifier(String name)
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |