Files
kotlin-fork/plugins/uast-kotlin/testData/PropertyAccessors.log.txt
T

24 lines
1.2 KiB
Plaintext
Vendored

UFile (package = )
UClass (name = PropertyTest)
UAnnotationMethod (name = getStringRepresentation)
UBlockExpression
UReturnExpression
UQualifiedReferenceExpression
UThisExpression (label = null)
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 0))
UIdentifier (Identifier (toString))
USimpleNameReferenceExpression (identifier = toString)
UAnnotationMethod (name = setStringRepresentation)
UParameter (name = value)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UCallExpression (kind = UastCallKind(name='method_call'), argCount = 1))
UIdentifier (Identifier (setDataFromString))
USimpleNameReferenceExpression (identifier = setDataFromString)
USimpleNameReferenceExpression (identifier = value)
UAnnotationMethod (name = setDataFromString)
UParameter (name = data)
UAnnotation (fqName = org.jetbrains.annotations.NotNull)
UBlockExpression
UAnnotationMethod (name = PropertyTest)