anvil.core
Class Register

java.lang.Object
  |
  +--anvil.core.Register

public class Register
extends java.lang.Object

class Register

Author:
Jani Lehtimäki

Constructor Summary
Register()
           
 
Method Summary
static Any getAnyNameOf(int index)
           
static java.lang.String getNameOf(int index)
           
static int register(java.lang.String symbol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Register

public Register()
Method Detail

register

public static int register(java.lang.String symbol)

getNameOf

public static java.lang.String getNameOf(int index)

getAnyNameOf

public static Any getAnyNameOf(int index)