gate.wiki.antlr.plugin
Class c

java.lang.Object
  extended by gate.wiki.antlr.plugin.c
All Implemented Interfaces:
YAMPlugin

public class c
extends Object
implements YAMPlugin

Replace named char string with actual char for target


Field Summary
protected static Hashtable HTML_map
           
 
Constructor Summary
c()
           
 
Method Summary
 String translate(YAMContext context, Vector args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTML_map

protected static Hashtable HTML_map
Constructor Detail

c

public c()
Method Detail

translate

public String translate(YAMContext context,
                        Vector args)
Specified by:
translate in interface YAMPlugin