blob: e73a60a1017e35cec3909ebbc5ff7f5efaf04950 [file] [log] [blame]
synchronized def final protected String a () throws NullPointerException, BigException.SmallException {}
-----
Groovy script
Method
Modifiers
PsiElement(synchronized)('synchronized')
PsiWhiteSpace(' ')
PsiElement(def)('def')
PsiWhiteSpace(' ')
PsiElement(final)('final')
PsiWhiteSpace(' ')
PsiElement(protected)('protected')
PsiWhiteSpace(' ')
Type element
Reference element
PsiElement(identifier)('String')
PsiWhiteSpace(' ')
PsiElement(identifier)('a')
PsiWhiteSpace(' ')
PsiElement(()('(')
Parameter list
<empty list>
PsiElement())(')')
PsiWhiteSpace(' ')
Throw clause
PsiElement(throws)('throws')
PsiWhiteSpace(' ')
Reference element
PsiElement(identifier)('NullPointerException')
PsiElement(,)(',')
PsiWhiteSpace(' ')
Reference element
Reference element
PsiElement(identifier)('BigException')
PsiElement(.)('.')
PsiElement(identifier)('SmallException')
PsiWhiteSpace(' ')
Open block
PsiElement({)('{')
PsiElement(})('}')
PsiWhiteSpace(' ')