HasKeyword
, Comparable<Object>
public class KeywordDef extends Object implements HasKeyword, Comparable<Object>
Constructor | Description |
---|---|
KeywordDef(@NotNull String keyword,
boolean reserved,
@Nullable String description,
@Nullable String bnf) |
Modifier and Type | Method | Description |
---|---|---|
@NotNull String |
asMarkdown() |
|
int |
compareTo(@NotNull Object o) |
|
boolean |
equals(Object o) |
|
int |
hashCode() |
|
boolean |
isReserved() |
|
@NotNull String |
keyword() |
@NotNull public @NotNull String asMarkdown()
public int compareTo(@NotNull @NotNull Object o)
compareTo
in interface Comparable<Object>
public boolean isReserved()
@NotNull public @NotNull String keyword()
keyword
in interface HasKeyword
Copyright © 2017. All rights reserved.