public interface JetVariableDeclaration extends JetDeclaration, JetWithExpressionInitializer, JetNamedDeclaration
Modifier and Type | Method and Description |
---|---|
JetTypeReference |
getTypeRef() |
com.intellij.lang.ASTNode |
getValOrVarNode() |
boolean |
isVar() |
getInitializer
getNameAsSafeName
accept, accept
acceptChildren
canNavigate, canNavigateToSource, navigate
getModifierList, hasModifier
getNameAsName
boolean isVar()
@Nullable com.intellij.lang.ASTNode getValOrVarNode()
@Nullable JetTypeReference getTypeRef()