com.infoengine.SAK
Class TaskCompiler.UnitDescriptor

java.lang.Object
  extended bycom.infoengine.SAK.TaskCompiler.UnitDescriptor
Enclosing class:
TaskCompiler

private class TaskCompiler.UnitDescriptor
extends Object

Inner class supporting task units ( ... )


Field Summary
(package private)  Vector exceptionNames
           
(package private)  int exceptionPosition
           
(package private)  Hashtable exceptionPositions
           
(package private)  int indentDepth
           
(package private)  int position
           
(package private)  String positionPrefix
           
(package private)  Hashtable printWriters
           
(package private)  boolean resumable
           
(package private)  Hashtable stringWriters
           
 
Constructor Summary
TaskCompiler.UnitDescriptor()
           
TaskCompiler.UnitDescriptor(TaskCompiler.UnitDescriptor model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionNames

Vector exceptionNames

exceptionPosition

int exceptionPosition

exceptionPositions

Hashtable exceptionPositions

indentDepth

int indentDepth

position

int position

positionPrefix

String positionPrefix

printWriters

Hashtable printWriters

resumable

boolean resumable

stringWriters

Hashtable stringWriters
Constructor Detail

TaskCompiler.UnitDescriptor

public TaskCompiler.UnitDescriptor()

TaskCompiler.UnitDescriptor

public TaskCompiler.UnitDescriptor(TaskCompiler.UnitDescriptor model)