org.acm.seguin.pretty
Class PrintSpecialCategoryComment

java.lang.Object
  extended by org.acm.seguin.pretty.PrintSpecial
      extended by org.acm.seguin.pretty.PrintSpecialCategoryComment

public class PrintSpecialCategoryComment
extends PrintSpecial

Consume a category comment

Author:
Chris Seguin

Constructor Summary
PrintSpecialCategoryComment()
           
 
Method Summary
 boolean isAcceptable(SpecialTokenData spec)
          Determines if this print special can handle the current object
 boolean process(net.sourceforge.jrefactory.ast.Node node, SpecialTokenData spec)
          Processes the special token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintSpecialCategoryComment

public PrintSpecialCategoryComment()
Method Detail

isAcceptable

public boolean isAcceptable(SpecialTokenData spec)
Determines if this print special can handle the current object

Specified by:
isAcceptable in class PrintSpecial
Parameters:
spec - Description of Parameter
Returns:
true if this one should process the input

process

public boolean process(net.sourceforge.jrefactory.ast.Node node,
                       SpecialTokenData spec)
Processes the special token

Specified by:
process in class PrintSpecial
Parameters:
node - the type of node this special is being processed for
spec - the special token data
Returns:
Description of the Returned Value