Uses of Enum
com.google.gwt.codegen.server.StringGenerator.Type
Packages that use StringGenerator.Type
Package
Description
Classes used by code generation, either on the server or from a GWT
generator.
-
Uses of StringGenerator.Type in com.google.gwt.codegen.server
Methods in com.google.gwt.codegen.server that return StringGenerator.TypeModifier and TypeMethodDescriptionstatic StringGenerator.Type
Returns the enum constant of this type with the specified name.static StringGenerator.Type[]
StringGenerator.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.codegen.server with parameters of type StringGenerator.TypeModifier and TypeMethodDescriptionprotected void
PlainStringGenerator.afterExpression
(StringGenerator.Type type) protected void
SafeHtmlStringGenerator.afterExpression
(StringGenerator.Type type) protected abstract void
StringGenerator.afterExpression
(StringGenerator.Type type) protected void
PlainStringGenerator.beforeExpression
(StringGenerator.Type type) protected void
SafeHtmlStringGenerator.beforeExpression
(StringGenerator.Type type) protected abstract void
StringGenerator.beforeExpression
(StringGenerator.Type type)