XLangSource
Class Mapper
- public class Mapper
This class provides some simple mapping functionality to map the JavaCC Input to the XMl Input
- Author:
- eSundar
- Version: XLang1.0
| Field Summary |
static Hashtable | mapper |
static Vector | types |
| Method Summary |
static Hashtable | getMapper() Gets mapped arithmetic operators |
static Vector | getTypes() Gets mapped Variable Types |
mapper
public static Hashtable mapper
types
public static Vector types
getMapper
public static Hashtable getMapper()
- Gets mapped arithmetic operators
getTypes
public static Vector getTypes()
- Gets mapped Variable Types
to Class java.util.Hashtable
to Class java.util.Vector