jBNC Toolbox

jbnc.operators
Class Operator

java.lang.Object
  extended byjbnc.operators.Operator
Direct Known Subclasses:
Augmenter, ClassDepend, SAN

public class Operator
extends java.lang.Object

Abstract BNC Augment operator.

Since:
June 1, 1999
Author:
Jarek Sacha

Field Summary
protected  boolean debugMode
           
 
Constructor Summary
Operator()
           
 
Method Summary
 boolean getDebugMode()
          Gets the DebugMode attribute of the Operator object
 void setDebugMode(boolean debugMode)
          Sets the DebugMode attribute of the Operator object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugMode

protected boolean debugMode
Constructor Detail

Operator

public Operator()
Method Detail

setDebugMode

public void setDebugMode(boolean debugMode)
Sets the DebugMode attribute of the Operator object

Parameters:
debugMode - The new DebugMode value

getDebugMode

public boolean getDebugMode()
Gets the DebugMode attribute of the Operator object

Returns:
The DebugMode value

SourceForge.net Logo