Servertec pp:_init( ) Method
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
_init( )
_preprocess( )
_reset( )
_wrapup( )
directiveDelimiter
define( )
displayLogo
embeddedQuotes
generateLineDirectives
getDefinition( )
getFileName( )
getIdentifiers( )
getLine( )
getLineNumber( )
getVersion( )
isDefined( )
isMacro( )
lineDelimiter
main( )
pp( )
preprocess( )
removeBlankLines
removeComments
searchPath
undefine( )
verboseMessages
warningMessages

Legal
Contact Us

 

Used to initalize the preprocessor.

Syntax

    pp._init()

Parameters

    None.

Returns

    Nothing.

Exceptions

    Exception any exception thrown.

Notes

    Requires that stec.pp.pp be imported.

    Resets the level, the line number, resets __iPP__, __TIMESTAMP__, __DATE__, __TIME__, __FILE__, __CWD__ and flags the __LINE__ directive to be generated.

    Must be called before first calling _preprocess().

Example

    pp._init()
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:56:03 EDT 2005