harpoon.Tools.Annotation.Lex
Class Identifier

java.lang.Object
  |
  +--harpoon.Tools.Annotation.Lex.InputElement
        |
        +--harpoon.Tools.Annotation.Lex.Token
              |
              +--harpoon.Tools.Annotation.Lex.Identifier

public class Identifier
extends harpoon.Tools.Annotation.Lex.Token


Constructor Summary
Identifier(String identifier)
           
 
Method Summary
protected static String escape(String s)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(String identifier)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

escape

protected static String escape(String s)