xbn.template
Class TLAObjects

java.lang.Object
  |
  +--xbn.XBNObject
        |
        +--xbn.template.TLAObjects

public class TLAObjects
extends XBNObject

A trivial class used only to hold internal objects for TemplateLineAnalyzer. These objects should not be repeatedly created and recreated in rapid fire.

Source code:  TLAObjects.java.

Just provide your TParseConfig to this object, and then provide this to TemplateLineAnalyzer.


Fields inherited from class xbn.XBNObject
bFALSE_IN_PRODUCTION, bTRUE_IN_PRODUCTION, sCNSTR, sES, sLINE_SEP
 
Constructor Summary
TLAObjects()
           
TLAObjects(TParseConfig tp_config)
          Create an TLAObjects.
 
Methods inherited from class xbn.XBNObject
getXMsgPrefix, sop, sopl, sopl, throwAX, throwAXIfBadStr, throwAXIfNull, throwAXSpoof
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLAObjects

public TLAObjects()

TLAObjects

public TLAObjects(TParseConfig tp_config)

Create an TLAObjects.

If you definitely want to use the no-constructor TParseConfig object, create a TemplateLineAnalyzer using the non-TLAObjects constructor.

Parameters:
tp_config - The TParseConfig. May not be null.



Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo