org.jetbrains.kotlin.psi
Class JetFunctionLiteralExpression
java.lang.Object
JetExpressionImpl
org.jetbrains.kotlin.psi.JetFunctionLiteralExpression
public class JetFunctionLiteralExpression
- extends JetExpressionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetFunctionLiteralExpression
public JetFunctionLiteralExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
JetVisitor<R,D> visitor,
D data)
getFunctionLiteral
@NotNull
public JetFunctionLiteral getFunctionLiteral()
getValueParameters
@NotNull
public java.util.List<JetParameter> getValueParameters()
getBodyExpression
@Nullable
public JetBlockExpression getBodyExpression()
hasDeclaredReturnType
public boolean hasDeclaredReturnType()
asElement
@NotNull
public JetElement asElement()
getLeftCurlyBrace
@NotNull
public com.intellij.lang.ASTNode getLeftCurlyBrace()
getRightCurlyBrace
@Nullable
public com.intellij.lang.ASTNode getRightCurlyBrace()