16 lines
738 B
Plaintext
Vendored
16 lines
738 B
Plaintext
Vendored
UFile (package = )
|
|
UClass (name = Simple)
|
|
UField (name = property)
|
|
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
|
|
UPolyadicExpression (operator = +)
|
|
ULiteralExpression (value = "Mary")
|
|
UMethod (name = method)
|
|
UBlockExpression
|
|
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
|
|
UIdentifier (Identifier (println))
|
|
USimpleNameReferenceExpression (identifier = println, resolvesTo = null)
|
|
UPolyadicExpression (operator = +)
|
|
ULiteralExpression (value = "Hello, world!")
|
|
UMethod (name = getProperty)
|
|
UMethod (name = Simple)
|