C# Class Ext.Net.Utilities.Inflatr.Javascript

Inheritance: Base
Mostrar archivo Open project: extnet/Utilities

Public Methods

Method Description
Inflate ( string input ) : string

Protected Methods

Method Description
CloseBlock ( ) : bool

Comma ( ) : bool

Comment ( ) : bool

Eol ( ) : bool

Eos ( ) : bool

Keyword ( ) : bool

OpenBlock ( ) : bool

Operator ( ) : bool

Parens ( ) : bool

Regex ( ) : bool

String ( ) : bool

Method Details

CloseBlock() protected method

protected CloseBlock ( ) : bool
return bool

Comma() protected method

protected Comma ( ) : bool
return bool

Comment() protected method

protected Comment ( ) : bool
return bool

Eol() protected method

protected Eol ( ) : bool
return bool

Eos() protected method

protected Eos ( ) : bool
return bool

Inflate() public method

public Inflate ( string input ) : string
input string
return string

Keyword() protected method

protected Keyword ( ) : bool
return bool

OpenBlock() protected method

protected OpenBlock ( ) : bool
return bool

Operator() protected method

protected Operator ( ) : bool
return bool

Parens() protected method

protected Parens ( ) : bool
return bool

Regex() protected method

protected Regex ( ) : bool
return bool

String() protected method

protected String ( ) : bool
return bool