abc.aspectj.ast
Class FixCharLit_c

java.lang.Object
  extended by CharLit_c
      extended by abc.aspectj.ast.FixCharLit_c

public class FixCharLit_c
extends CharLit_c

Author:
Oege de Moor

Constructor Summary
FixCharLit_c(Position pos, char value)
           
 
Method Summary
 void prettyPrint(CodeWriter w, PrettyPrinter tr)
          Write character to output file - unicode added by ODM
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixCharLit_c

public FixCharLit_c(Position pos,
                    char value)
Method Detail

prettyPrint

public void prettyPrint(CodeWriter w,
                        PrettyPrinter tr)
Write character to output file - unicode added by ODM