C# Class sass.InstructionSet

Show file Open project: KnightOS/sass Class Usage Examples

Private Properties

Property Type Description
GetOperand sass.Operand
GetOperandValue string
InstructionSet System

Public Methods

Method Description
Load ( string definition ) : InstructionSet
Match ( string code ) : sass.Instruction

Private Methods

Method Description
GetOperand ( sass.OperandGroup operandGroup, string value ) : sass.Operand
GetOperandValue ( sass.Instruction instruction, int i, string code, int j ) : string
InstructionSet ( ) : System

Method Details

Load() public static method

public static Load ( string definition ) : InstructionSet
definition string
return InstructionSet

Match() public method

public Match ( string code ) : sass.Instruction
code string
return sass.Instruction