|
|
|
@ -153,72 +153,71 @@ namespace ICSharpCode.NRefactory.Parser.VB
@@ -153,72 +153,71 @@ namespace ICSharpCode.NRefactory.Parser.VB
|
|
|
|
|
public const int OrElse = 139; |
|
|
|
|
public const int Overloads = 140; |
|
|
|
|
public const int Overridable = 141; |
|
|
|
|
public const int Override = 142; |
|
|
|
|
public const int Overrides = 143; |
|
|
|
|
public const int ParamArray = 144; |
|
|
|
|
public const int Preserve = 145; |
|
|
|
|
public const int Private = 146; |
|
|
|
|
public const int Property = 147; |
|
|
|
|
public const int Protected = 148; |
|
|
|
|
public const int Public = 149; |
|
|
|
|
public const int RaiseEvent = 150; |
|
|
|
|
public const int ReadOnly = 151; |
|
|
|
|
public const int ReDim = 152; |
|
|
|
|
public const int RemoveHandler = 153; |
|
|
|
|
public const int Resume = 154; |
|
|
|
|
public const int Return = 155; |
|
|
|
|
public const int Select = 156; |
|
|
|
|
public const int Set = 157; |
|
|
|
|
public const int Shadows = 158; |
|
|
|
|
public const int Shared = 159; |
|
|
|
|
public const int Short = 160; |
|
|
|
|
public const int Single = 161; |
|
|
|
|
public const int Static = 162; |
|
|
|
|
public const int Step = 163; |
|
|
|
|
public const int Stop = 164; |
|
|
|
|
public const int Strict = 165; |
|
|
|
|
public const int String = 166; |
|
|
|
|
public const int Structure = 167; |
|
|
|
|
public const int Sub = 168; |
|
|
|
|
public const int SyncLock = 169; |
|
|
|
|
public const int Text = 170; |
|
|
|
|
public const int Then = 171; |
|
|
|
|
public const int Throw = 172; |
|
|
|
|
public const int To = 173; |
|
|
|
|
public const int True = 174; |
|
|
|
|
public const int Try = 175; |
|
|
|
|
public const int TypeOf = 176; |
|
|
|
|
public const int Unicode = 177; |
|
|
|
|
public const int Until = 178; |
|
|
|
|
public const int Variant = 179; |
|
|
|
|
public const int Wend = 180; |
|
|
|
|
public const int When = 181; |
|
|
|
|
public const int While = 182; |
|
|
|
|
public const int With = 183; |
|
|
|
|
public const int WithEvents = 184; |
|
|
|
|
public const int WriteOnly = 185; |
|
|
|
|
public const int Xor = 186; |
|
|
|
|
public const int Continue = 187; |
|
|
|
|
public const int Operator = 188; |
|
|
|
|
public const int Using = 189; |
|
|
|
|
public const int IsNot = 190; |
|
|
|
|
public const int SByte = 191; |
|
|
|
|
public const int UInteger = 192; |
|
|
|
|
public const int ULong = 193; |
|
|
|
|
public const int UShort = 194; |
|
|
|
|
public const int CSByte = 195; |
|
|
|
|
public const int CUShort = 196; |
|
|
|
|
public const int CUInt = 197; |
|
|
|
|
public const int CULng = 198; |
|
|
|
|
public const int Global = 199; |
|
|
|
|
public const int TryCast = 200; |
|
|
|
|
public const int Of = 201; |
|
|
|
|
public const int Narrowing = 202; |
|
|
|
|
public const int Widening = 203; |
|
|
|
|
public const int Partial = 204; |
|
|
|
|
public const int Custom = 205; |
|
|
|
|
public const int Overrides = 142; |
|
|
|
|
public const int ParamArray = 143; |
|
|
|
|
public const int Preserve = 144; |
|
|
|
|
public const int Private = 145; |
|
|
|
|
public const int Property = 146; |
|
|
|
|
public const int Protected = 147; |
|
|
|
|
public const int Public = 148; |
|
|
|
|
public const int RaiseEvent = 149; |
|
|
|
|
public const int ReadOnly = 150; |
|
|
|
|
public const int ReDim = 151; |
|
|
|
|
public const int RemoveHandler = 152; |
|
|
|
|
public const int Resume = 153; |
|
|
|
|
public const int Return = 154; |
|
|
|
|
public const int Select = 155; |
|
|
|
|
public const int Set = 156; |
|
|
|
|
public const int Shadows = 157; |
|
|
|
|
public const int Shared = 158; |
|
|
|
|
public const int Short = 159; |
|
|
|
|
public const int Single = 160; |
|
|
|
|
public const int Static = 161; |
|
|
|
|
public const int Step = 162; |
|
|
|
|
public const int Stop = 163; |
|
|
|
|
public const int Strict = 164; |
|
|
|
|
public const int String = 165; |
|
|
|
|
public const int Structure = 166; |
|
|
|
|
public const int Sub = 167; |
|
|
|
|
public const int SyncLock = 168; |
|
|
|
|
public const int Text = 169; |
|
|
|
|
public const int Then = 170; |
|
|
|
|
public const int Throw = 171; |
|
|
|
|
public const int To = 172; |
|
|
|
|
public const int True = 173; |
|
|
|
|
public const int Try = 174; |
|
|
|
|
public const int TypeOf = 175; |
|
|
|
|
public const int Unicode = 176; |
|
|
|
|
public const int Until = 177; |
|
|
|
|
public const int Variant = 178; |
|
|
|
|
public const int Wend = 179; |
|
|
|
|
public const int When = 180; |
|
|
|
|
public const int While = 181; |
|
|
|
|
public const int With = 182; |
|
|
|
|
public const int WithEvents = 183; |
|
|
|
|
public const int WriteOnly = 184; |
|
|
|
|
public const int Xor = 185; |
|
|
|
|
public const int Continue = 186; |
|
|
|
|
public const int Operator = 187; |
|
|
|
|
public const int Using = 188; |
|
|
|
|
public const int IsNot = 189; |
|
|
|
|
public const int SByte = 190; |
|
|
|
|
public const int UInteger = 191; |
|
|
|
|
public const int ULong = 192; |
|
|
|
|
public const int UShort = 193; |
|
|
|
|
public const int CSByte = 194; |
|
|
|
|
public const int CUShort = 195; |
|
|
|
|
public const int CUInt = 196; |
|
|
|
|
public const int CULng = 197; |
|
|
|
|
public const int Global = 198; |
|
|
|
|
public const int TryCast = 199; |
|
|
|
|
public const int Of = 200; |
|
|
|
|
public const int Narrowing = 201; |
|
|
|
|
public const int Widening = 202; |
|
|
|
|
public const int Partial = 203; |
|
|
|
|
public const int Custom = 204; |
|
|
|
|
|
|
|
|
|
public const int maxToken = 206; |
|
|
|
|
public const int maxToken = 205; |
|
|
|
|
static BitArray NewSet(params int[] values) |
|
|
|
|
{ |
|
|
|
|
BitArray bitArray = new BitArray(maxToken); |
|
|
|
@ -376,7 +375,6 @@ namespace ICSharpCode.NRefactory.Parser.VB
@@ -376,7 +375,6 @@ namespace ICSharpCode.NRefactory.Parser.VB
|
|
|
|
|
"OrElse", |
|
|
|
|
"Overloads", |
|
|
|
|
"Overridable", |
|
|
|
|
"Override", |
|
|
|
|
"Overrides", |
|
|
|
|
"ParamArray", |
|
|
|
|
"Preserve", |
|
|
|
|