|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.PrintSpecial
org.acm.seguin.pretty.PrintSpecialSingleLineComment
public class PrintSpecialSingleLineComment
Consume a single line comment
Constructor Summary | |
---|---|
PrintSpecialSingleLineComment()
|
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 |
---|
public PrintSpecialSingleLineComment()
Method Detail |
---|
public boolean isAcceptable(SpecialTokenData spec)
isAcceptable
in class PrintSpecial
spec
- Description of Parameter
public boolean process(net.sourceforge.jrefactory.ast.Node node, SpecialTokenData spec)
process
in class PrintSpecial
node
- the type of node this special is being processed forspec
- the special token data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |