|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJetExpressionImpl
org.jetbrains.kotlin.psi.JetUnaryExpression
org.jetbrains.kotlin.psi.JetPrefixExpression
public class JetPrefixExpression
Field Summary |
---|
Fields inherited from interface org.jetbrains.kotlin.psi.JetExpression |
---|
ARRAY_FACTORY, EMPTY_ARRAY |
Constructor Summary | |
---|---|
JetPrefixExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
accept(JetVisitor<R,D> visitor,
D data)
|
|
JetExpression |
getBaseExpression()
|
Methods inherited from class org.jetbrains.kotlin.psi.JetUnaryExpression |
---|
getOperationReference, getOperationToken |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JetPrefixExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull JetVisitor<R,D> visitor, D data)
@Nullable public JetExpression getBaseExpression()
getBaseExpression
in class JetUnaryExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |