Package com.google.gwt.core.ext.soyc
Interface Story
- All Superinterfaces:
Serializable
Represents a (possibly disjoint) region of the JavaScript output for which
metadata is available.
-
Method Summary
Modifier and TypeMethodDescriptionIf the Story represents a literal value, this method will return a description of the type of literal.Gets the Members of the compilation that the Story is about.
-
Method Details
-
getLiteralTypeName
String getLiteralTypeName()If the Story represents a literal value, this method will return a description of the type of literal. If the Story does not represent a literal, this method will returnnull
. -
getMembers
Gets the Members of the compilation that the Story is about.
-