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.TypeReturns 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 voidPlainStringGenerator.afterExpression(StringGenerator.Type type) protected voidSafeHtmlStringGenerator.afterExpression(StringGenerator.Type type) protected abstract voidStringGenerator.afterExpression(StringGenerator.Type type) protected voidPlainStringGenerator.beforeExpression(StringGenerator.Type type) protected voidSafeHtmlStringGenerator.beforeExpression(StringGenerator.Type type) protected abstract voidStringGenerator.beforeExpression(StringGenerator.Type type)