platypus
Class OutputSpecialChar

java.lang.Object
  extended by platypus.OutputSpecialChar

public class OutputSpecialChar
extends java.lang.Object

Emits all special characters.

Author:
alb

Field Summary
private  int status
          Set to Status.INVALID_TOKEN if charCode not supported.
 
Constructor Summary
OutputSpecialChar(int charCode)
           
 
Method Summary
 int getStatus()
          return the status of the constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

private int status
Set to Status.INVALID_TOKEN if charCode not supported. Mostly used for unit tests

Constructor Detail

OutputSpecialChar

public OutputSpecialChar(int charCode)
Method Detail

getStatus

public int getStatus()
return the status of the constructor. Used mostly for unit testing.

Returns:
status


Copyright © 2006-7 Pacific Data Works LLC