You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
544 B
17 lines
544 B
7 months ago
|
smali.FILE
|
||
|
SmaliClass(CLASS)
|
||
|
SmaliExtendsList(EXTENDS_LIST)
|
||
|
<empty list>
|
||
|
SmaliImplementsList(IMPLEMENTS_LIST)
|
||
|
<empty list>
|
||
|
SmaliField(FIELD)
|
||
|
PsiElement(FIELD_DIRECTIVE)('.field')
|
||
|
PsiWhiteSpace(' ')
|
||
|
SmaliModifierList(MODIFIER_LIST)
|
||
|
PsiElement(ACCESS_SPEC)('public')
|
||
|
PsiWhiteSpace(' ')
|
||
|
PsiElement(MEMBER_NAME)
|
||
|
PsiElement(SIMPLE_NAME)('blah')
|
||
|
PsiElement(COLON)(':')
|
||
|
PsiErrorElement:no viable alternative at input '.blah'
|
||
|
PsiElement(BAD_CHARACTER)('.blah')
|