parent
1fe29b34aa
commit
8895902f4f
|
@ -13,7 +13,7 @@ class JavapGrammar(Grammar):
|
||||||
'javap.pseudo', 'spaces', 'javap.type'),
|
'javap.pseudo', 'spaces', 'javap.type'),
|
||||||
PatternMatchRule('x', '(--field)( +)([^ ]+)( +)([^ ]+)',
|
PatternMatchRule('x', '(--field)( +)([^ ]+)( +)([^ ]+)',
|
||||||
'javap.pseudo', 'spaces', 'javap.type', 'spaces', 'javap.type'),
|
'javap.pseudo', 'spaces', 'javap.type', 'spaces', 'javap.type'),
|
||||||
PatternRule('javap.pseudo', '--(?:method|iface|string|field)'),
|
PatternRule('javap.pseudo', '--(?:method|iface|string|field|long)'),
|
||||||
|
|
||||||
# parse type args
|
# parse type args
|
||||||
PatternMatchRule('x', '([^ ]+)( +)(\()',
|
PatternMatchRule('x', '([^ ]+)( +)(\()',
|
||||||
|
|
Loading…
Reference in New Issue