Handler.cs File Reference

Namespaces

 Nitro
 Contains the Nitro script compiler and engine. Part of the Wrench Framework.
 

Constant Groups

 Nitro
 Contains the Nitro script compiler and engine. Part of the Wrench Framework.
 

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...