de.uni_paderborn.fujaba.codegen
Class JavaChecker

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.JavaChecker

public class JavaChecker
extends java.lang.Object

Version:
$Revision: 1.2 $ $Date: 2004/10/20 17:49:37 $
Author:
mm

Method Summary
static JavaChecker get()
          No comment provided by developer, please add a comment to improve documentation.
 boolean isValidJavaIdentifier(java.lang.String name)
          checks if the given string is a valid Java identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static JavaChecker get()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

isValidJavaIdentifier

public boolean isValidJavaIdentifier(java.lang.String name)
checks if the given string is a valid Java identifier.

Parameters:
name - the string to be checked
Returns:
true if the given string is a valid Java identifier, false otherwise.