org.apache.jmeter.engine

Class PreCompiler

Implemented Interfaces:
HashTreeTraverser

public class PreCompiler
extends Object
implements HashTreeTraverser

Class to replace function and variable references in the test tree.

Constructor Summary

PreCompiler()
PreCompiler(boolean remote)

Method Summary

void
addNode(Object node, HashTree subTree)
void
processPath()
void
subtractNode()

Constructor Details

PreCompiler

public PreCompiler()

PreCompiler

public PreCompiler(boolean remote)

Method Details

addNode

public void addNode(Object node,
                    HashTree subTree)
Specified by:
addNode in interface HashTreeTraverser

processPath

public void processPath()
Specified by:
processPath in interface HashTreeTraverser

subtractNode

public void subtractNode()
Specified by:
subtractNode in interface HashTreeTraverser

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.