com.voytechs.jnetstream.npl
Class BreakLoopSignal

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.voytechs.jnetstream.npl.NodeException
              extended by com.voytechs.jnetstream.npl.BreakLoopSignal
All Implemented Interfaces:
java.io.Serializable

public class BreakLoopSignal
extends NodeException

See Also:
Serialized Form

Constructor Summary
BreakLoopSignal(int breakCount)
          Initializes the Break signal.
 
Method Summary
 void decBreakCount()
           
 int getBreakCount()
           
static void main(java.lang.String[] args)
          Test function for BreakLoopSignal
 
Methods inherited from class com.voytechs.jnetstream.npl.NodeException
getFilename, getLineNumber, getToken, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BreakLoopSignal

public BreakLoopSignal(int breakCount)
Initializes the Break signal.

Parameters:
breakCount - Idicates how many loops to break out of.
Method Detail

getBreakCount

public int getBreakCount()

decBreakCount

public void decBreakCount()

main

public static void main(java.lang.String[] args)
Test function for BreakLoopSignal

Parameters:
args - command line arguments