C# Class ilcclib.Tokenizer.COperators

Mostrar archivo Open project: soywiz/ilcc

Public Properties

Property Type Description
OperatorsAnd HashSet
OperatorsAssign HashSet
OperatorsEquality HashSet
OperatorsInequality HashSet
OperatorsLogicalAnd HashSet
OperatorsLogicalOr HashSet
OperatorsOr HashSet
OperatorsProduct HashSet
OperatorsShift HashSet
OperatorsSum HashSet
OperatorsXor HashSet

Property Details

OperatorsAnd public_oe static_oe property

public static HashSet OperatorsAnd
return HashSet

OperatorsAssign public_oe static_oe property

public static HashSet OperatorsAssign
return HashSet

OperatorsEquality public_oe static_oe property

public static HashSet OperatorsEquality
return HashSet

OperatorsInequality public_oe static_oe property

public static HashSet OperatorsInequality
return HashSet

OperatorsLogicalAnd public_oe static_oe property

public static HashSet OperatorsLogicalAnd
return HashSet

OperatorsLogicalOr public_oe static_oe property

public static HashSet OperatorsLogicalOr
return HashSet

OperatorsOr public_oe static_oe property

public static HashSet OperatorsOr
return HashSet

OperatorsProduct public_oe static_oe property

public static HashSet OperatorsProduct
return HashSet

OperatorsShift public_oe static_oe property

public static HashSet OperatorsShift
return HashSet

OperatorsSum public_oe static_oe property

public static HashSet OperatorsSum
return HashSet

OperatorsXor public_oe static_oe property

public static HashSet OperatorsXor
return HashSet