org.duelengine.duel
Class JSUtility

java.lang.Object
  extended by org.duelengine.duel.JSUtility

public final class JSUtility
extends Object


Method Summary
static boolean isGlobalIdent(String ident)
           
static boolean isObjectProperty(String ident)
           
static boolean isValidIdentifier(String ident, boolean nested)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValidIdentifier

public static boolean isValidIdentifier(String ident,
                                        boolean nested)

isGlobalIdent

public static boolean isGlobalIdent(String ident)

isObjectProperty

public static boolean isObjectProperty(String ident)


Copyright © 2011. All Rights Reserved.