Static Public Member Functions | Static Package Functions

antlr.Utils Class Reference

List of all members.

Static Public Member Functions

static Class loadClass (String name) throws ClassNotFoundException
static Object createInstanceOf (String name) throws ClassNotFoundException, InstantiationException, IllegalAccessException
static void error (String message)
static void error (String message, Throwable t)

Static Package Functions

 [static initializer]

Member Function Documentation

antlr.Utils.[static initializer] (  )  [static, package]
static Object antlr.Utils.createInstanceOf ( String  name  )  throws ClassNotFoundException, InstantiationException, IllegalAccessException [static]
static void antlr.Utils.error ( String  message  )  [static]
static void antlr.Utils.error ( String  message,
Throwable  t 
) [static]
static Class antlr.Utils.loadClass ( String  name  )  throws ClassNotFoundException [static]

Thanks to Max Andersen at JBOSS and Scott Stanchfield

Referenced by antlr.Utils.createInstanceOf().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties