net.sourceforge.nrl.parser.type
Class DefaultTypeMappingFactory
java.lang.Object
net.sourceforge.nrl.parser.type.DefaultTypeMappingFactory
public class DefaultTypeMappingFactory
- extends Object
Load the default type mapping, which is shipped in the NRL parser JAR.
- Since:
- 1.4.12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTypeMappingFactory
public DefaultTypeMappingFactory()
getDefaultTypeMapping
public static ITypeMapping getDefaultTypeMapping()
- Return the default type mapping.
- Returns:
- the type mapping
- Throws:
RuntimeException
- if the type mapping could not be loaded. This would
usually indicate some sort of internal error like a classpath problem.
Copyright © 2006-2013. All Rights Reserved.