mirror of
https://github.com/github/semantic.git
synced 2025-01-07 07:58:12 +03:00
16 lines
404 B
Plaintext
16 lines
404 B
Plaintext
(Program
|
|
(Statement
|
|
(ExpressionStatement
|
|
(Expression
|
|
(CallExpression
|
|
(Expression
|
|
(MemberExpression
|
|
(PropertyIdentifier "someMethod")
|
|
(Expression
|
|
(Identifier "object"))))
|
|
(Arguments
|
|
(Expression
|
|
(Identifier "arg1"))
|
|
(Expression
|
|
(String))))))))
|