Class Literal
java.lang.Object
com.google.api.generator.engine.lexicon.Literal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisBooleanLiteral(String str) static booleanisDoubleLiteral(String str) static booleanisFloatLiteral(String str) static booleanisIntegerLiteral(String str) static booleanstatic booleanisLongLiteral(String str) static booleanisNullLiteral(String str)
-
Constructor Details
-
Literal
public Literal()
-
-
Method Details
-
isBooleanLiteral
-
isIntegerLiteral
-
isLongLiteral
-
isFloatLiteral
-
isDoubleLiteral
-
isNullLiteral
-
isLiteral
-