mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
Implement PsiAnnotationMethod in SmaliMethod
This commit is contained in:
@ -86,20 +86,21 @@ smali.FILE
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(EQUAL)('=')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(LITERAL)
|
||||
SmaliAnnotation(ANNOTATION)
|
||||
PsiElement(SUBANNOTATION_DIRECTIVE)('.subannotation')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(CLASS_TYPE)
|
||||
PsiElement(CLASS_DESCRIPTOR)('Lblah2;')
|
||||
PsiWhiteSpace('\n ')
|
||||
PsiElement(ANNOTATION_ELEMENT)
|
||||
PsiElement(ANNOTATION_ELEMENT_NAME)
|
||||
PsiElement(SIMPLE_NAME)('blah')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(EQUAL)('=')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(LITERAL)
|
||||
PsiElement(STRING_LITERAL)('"blah"')
|
||||
PsiElement(ANNOTATION_PARAMETER_LIST)
|
||||
PsiElement(ANNOTATION_ELEMENT)
|
||||
PsiElement(ANNOTATION_ELEMENT_NAME)
|
||||
PsiElement(SIMPLE_NAME)('blah')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(EQUAL)('=')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(LITERAL)
|
||||
PsiElement(STRING_LITERAL)('"blah"')
|
||||
PsiWhiteSpace('\n ')
|
||||
PsiErrorElement:mismatched input '.blah' expecting END_SUBANNOTATION_DIRECTIVE
|
||||
PsiElement(BAD_CHARACTER)('.blah')
|
||||
|
Reference in New Issue
Block a user