Servertec pp:_wrapup( ) 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 cleanup the preprocessor.

Syntax

    pp._wrapup()

Parameters

    None.

Returns

    Nothing.

Exceptions

    Exception any exception thrown.

Notes

    Requires that stec.pp.pp be imported.

    Clears the symbol table, the include search path, the work buffer and the if directive stack. Also clears the input file name, the output file name, the error file name, the current file name and sets the input reader to STDIN, sets the output writer to STDOUT and sets the error writer to STDERR.

    Must be called after last calling _preprocess().

Example

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