|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PsiDoWhileStatement
Represents a Java do ... while statement.
| Field Summary |
|---|
| Fields inherited from interface com.intellij.psi.PsiStatement |
|---|
EMPTY_ARRAY |
| Fields inherited from interface com.intellij.openapi.util.Iconable |
|---|
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY |
| Method Summary | |
|---|---|
PsiStatement |
getBody()
Returns the body of the statement. |
PsiExpression |
getCondition()
Returns the expression representing the exit condition of the loop. |
PsiJavaToken |
getLParenth()
Returns the opening parenthesis enclosing the statement condition. |
PsiJavaToken |
getRParenth()
Returns the closing parenthesis enclosing the statement condition. |
PsiKeyword |
getWhileKeyword()
Returns the while keyword of the statement. |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Methods inherited from interface com.intellij.openapi.util.Iconable |
|---|
getIcon |
| Method Detail |
|---|
@Nullable PsiExpression getCondition()
@Nullable PsiStatement getBody()
@Nullable PsiKeyword getWhileKeyword()
while keyword of the statement.
@Nullable PsiJavaToken getLParenth()
@Nullable PsiJavaToken getRParenth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||