|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.pretty.PrintSpecial
public abstract class PrintSpecial
Consume unknonwn special tokens
Constructor Summary | |
---|---|
PrintSpecial()
|
Method Summary | |
---|---|
abstract boolean |
isAcceptable(SpecialTokenData spec)
Determines if this print special can handle the current object |
abstract 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 PrintSpecial()
Method Detail |
---|
public abstract boolean isAcceptable(SpecialTokenData spec)
spec
- Description of Parameter
public abstract boolean process(net.sourceforge.jrefactory.ast.Node node, SpecialTokenData spec)
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 |