Package com.github.fridujo.glacio.ast
Class Keyword
- java.lang.Object
-
- com.github.fridujo.glacio.ast.Keyword
-
public class Keyword extends Object
-
-
Constructor Summary
Constructors Constructor Description Keyword(KeywordType type, String literal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLiteral()KeywordTypegetType()StringtoString()
-
-
-
Constructor Detail
-
Keyword
public Keyword(KeywordType type, String literal)
-
-
Method Detail
-
getType
public KeywordType getType()
-
getLiteral
public String getLiteral()
-
-