Handler.cs File Reference

Namespaces

 Nitro
 Contains the Nitro (Javascript-like) script compiler and engine.
 

Constant Groups

 Nitro
 Contains the Nitro (Javascript-like) script compiler and engine.
 

Enumerations

enum  Nitro.Handler {
  Nitro.Handler.Stop, Nitro.Handler.Brackets, Nitro.Handler.String, Nitro.Handler.Type,
  Nitro.Handler.Operator, Nitro.Handler.Number, Nitro.Handler.Variable, Nitro.Handler.Property
}
 Represents the different types of handler available. See Handlers class. More...