com.unitesk.atp.tree.generation
Class TreeDefaultFunction
java.lang.Object
com.unitesk.atp.text.generation.DefaultFunction
com.unitesk.atp.tree.generation.TreeDefaultFunction
- All Implemented Interfaces:
- Function
public class TreeDefaultFunction
- extends DefaultFunction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
function
protected Function function
TreeDefaultFunction
public TreeDefaultFunction()
process
public void process(Object arg)
- Description copied from class:
DefaultFunction
- Outputs text representation of the specified object to generator
using
Generator.txtAsIs(String)
.
- Specified by:
process
in interface Function
- Overrides:
process
in class DefaultFunction
- Parameters:
arg
- The specified object.
setNodeFunction
public Function setNodeFunction(Function function)
- Set function for node processing
- Parameters:
function
- New node processing function
- Returns:
- Old node processing function
- Since:
- 3.5
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.