Call expression
This commit is contained in:
Generated
+3
@@ -23,6 +23,9 @@
|
||||
<option name="LOCALE" />
|
||||
<option name="OPEN_IN_BROWSER" value="true" />
|
||||
</component>
|
||||
<component name="ProjectResources">
|
||||
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_5" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
|
||||
@@ -106,8 +106,12 @@ postfixUnaryOperation
|
||||
;
|
||||
|
||||
functionCall
|
||||
: SimpleName typeArguments valueArguments? functionLiteral?
|
||||
: SimpleName valueArguments functionLiteral?
|
||||
: functionExpression typeArguments valueArguments? functionLiteral?
|
||||
: functionExpression valueArguments functionLiteral?
|
||||
;
|
||||
|
||||
functionExpression
|
||||
: expression
|
||||
;
|
||||
|
||||
typeArguments
|
||||
|
||||
Reference in New Issue
Block a user