public interface Keyword extends CodeElement
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Keyword.BreakKeyword |
static interface |
Keyword.ContinueKeyword |
static interface |
Keyword.ThisKeyword |
| Modifier and Type | Field and Description |
|---|---|
static Keyword.BreakKeyword |
BREAK |
static Keyword.ContinueKeyword |
CONTINUE |
static Keyword |
RETURN |
static Keyword.ThisKeyword |
THIS |
static Keyword |
THROW |
acceptCodeWriterstatic final Keyword.BreakKeyword BREAK
static final Keyword.ContinueKeyword CONTINUE
static final Keyword RETURN
static final Keyword.ThisKeyword THIS
static final Keyword THROW
Copyright © 2019 Objectos Software LTDA. All rights reserved.