Files
kotlin-fork/plugins/uast-kotlin/testData/TryCatch.log.txt
T
2020-03-26 12:55:45 +03:00

62 lines
3.3 KiB
Plaintext
Vendored

UFile (package = )
UClass (name = TryCatch)
UMethod (name = catches)
UBlockExpression
UTryExpression
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (body))
USimpleNameReferenceExpression (identifier = body, resolvesTo = null)
UCatchClause (e)
UParameter (name = e)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (catcher))
USimpleNameReferenceExpression (identifier = catcher, resolvesTo = null)
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (finalizer))
USimpleNameReferenceExpression (identifier = finalizer, resolvesTo = null)
UMethod (name = body)
UBlockExpression
UMethod (name = catcher)
UBlockExpression
UMethod (name = finalizer)
UBlockExpression
UMethod (name = TryCatch)
UClass (name = TryCatchAnnotations)
UMethod (name = catches)
UAnnotation (fqName = java.lang.SuppressWarnings)
UNamedExpression (name = value)
UPolyadicExpression (operator = +)
ULiteralExpression (value = "Something")
UBlockExpression
UTryExpression
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (body))
USimpleNameReferenceExpression (identifier = body, resolvesTo = null)
UCatchClause (e)
UParameter (name = e)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UAnnotation (fqName = java.lang.SuppressWarnings)
UNamedExpression (name = value)
UPolyadicExpression (operator = +)
ULiteralExpression (value = "Something")
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (catcher))
USimpleNameReferenceExpression (identifier = catcher, resolvesTo = null)
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (finalizer))
USimpleNameReferenceExpression (identifier = finalizer, resolvesTo = null)
UMethod (name = body)
UBlockExpression
UMethod (name = catcher)
UBlockExpression
UMethod (name = finalizer)
UBlockExpression
UMethod (name = TryCatchAnnotations)