Call expression
This commit is contained in:
Generated
+3
@@ -23,6 +23,9 @@
|
|||||||
<option name="LOCALE" />
|
<option name="LOCALE" />
|
||||||
<option name="OPEN_IN_BROWSER" value="true" />
|
<option name="OPEN_IN_BROWSER" value="true" />
|
||||||
</component>
|
</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">
|
<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" />
|
<output url="file://$PROJECT_DIR$/out" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -106,8 +106,12 @@ postfixUnaryOperation
|
|||||||
;
|
;
|
||||||
|
|
||||||
functionCall
|
functionCall
|
||||||
: SimpleName typeArguments valueArguments? functionLiteral?
|
: functionExpression typeArguments valueArguments? functionLiteral?
|
||||||
: SimpleName valueArguments functionLiteral?
|
: functionExpression valueArguments functionLiteral?
|
||||||
|
;
|
||||||
|
|
||||||
|
functionExpression
|
||||||
|
: expression
|
||||||
;
|
;
|
||||||
|
|
||||||
typeArguments
|
typeArguments
|
||||||
|
|||||||
Reference in New Issue
Block a user