OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement Class Reference
Inheritance diagram for OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement:
Collaboration graph
[legend]

Public Member Functions

 ForLoopStatement (Parser yyp, Expression e)
 
 ForLoopStatement (Parser yyp, SimpleAssignment sa)
 
 ForLoopStatement (Parser yyp, ForLoopStatement fls, Expression e)
 
 ForLoopStatement (Parser yyp, ForLoopStatement fls, SimpleAssignment sa)
 
 ForLoopStatement (Parser yyp)
 

Properties

override string yyname [get]
 
override int yynum [get]
 

Detailed Description

Definition at line 618 of file lsl.parser.cs.

Constructor & Destructor Documentation

OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.ForLoopStatement ( Parser  yyp,
Expression  e 
)
inline

Definition at line 619 of file lsl.parser.cs.

OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.ForLoopStatement ( Parser  yyp,
SimpleAssignment  sa 
)
inline

Definition at line 622 of file lsl.parser.cs.

OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.ForLoopStatement ( Parser  yyp,
ForLoopStatement  fls,
Expression  e 
)
inline

Definition at line 625 of file lsl.parser.cs.

OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.ForLoopStatement ( Parser  yyp,
ForLoopStatement  fls,
SimpleAssignment  sa 
)
inline

Definition at line 629 of file lsl.parser.cs.

OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.ForLoopStatement ( Parser  yyp)
inline

Definition at line 636 of file lsl.parser.cs.

Property Documentation

override string OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.yyname
get

Definition at line 634 of file lsl.parser.cs.

override int OpenSim.Region.ScriptEngine.Shared.CodeTools.ForLoopStatement.yynum
get

Definition at line 635 of file lsl.parser.cs.


The documentation for this class was generated from the following file: