murlen.util.fscript
Interface FSParserExtension

All Superinterfaces:
FSArrayExtension, FSExtension, FSFunctionExtension, FSVarExtension
All Known Implementing Classes:
FSReflectionExtension

public interface FSParserExtension
extends FSExtension

FSParserExtension - an extension which needs a reference to the parser - USE WITH CAUTION

Copyright (C) 2002

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA

Version:
Author:
Joachim Van der Auwera

Method Summary
 void setParser(murlen.util.fscript.Parser parser)
          set the parser which is used to parse the executed Fscript code
 
Methods inherited from interface murlen.util.fscript.FSVarExtension
getVar, setVar
 
Methods inherited from interface murlen.util.fscript.FSArrayExtension
getVar, setVar
 
Methods inherited from interface murlen.util.fscript.FSFunctionExtension
callFunction
 

Method Detail

setParser

public void setParser(murlen.util.fscript.Parser parser)
set the parser which is used to parse the executed Fscript code

Parameters:
parser -