Package com.github.fridujo.glacio.model
Class Keyword
- java.lang.Object
-
- com.github.fridujo.glacio.model.Keyword
-
public class Keyword extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyword.Type
-
Constructor Summary
Constructors Constructor Description Keyword(String literal, Keyword.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLiteral()Keyword.TypegetType()
-
-
-
Constructor Detail
-
Keyword
public Keyword(String literal, Keyword.Type type)
-
-
Method Detail
-
getLiteral
public String getLiteral()
-
getType
public Keyword.Type getType()
-
-