Uses of Class
com.google.auto.value.processor.escapevelocity.Macro
-
Packages that use Macro Package Description com.google.auto.value.processor.escapevelocity -
-
Uses of Macro in com.google.auto.value.processor.escapevelocity
Fields in com.google.auto.value.processor.escapevelocity declared as Macro Modifier and Type Field Description private Macro
DirectiveNode.MacroCallNode. macro
Fields in com.google.auto.value.processor.escapevelocity with type parameters of type Macro Modifier and Type Field Description private java.util.Map<java.lang.String,Macro>
Reparser. macros
Macros are removed from the input as they are found.Methods in com.google.auto.value.processor.escapevelocity with parameters of type Macro Modifier and Type Method Description (package private) void
DirectiveNode.MacroCallNode. setMacro(Macro macro)
Constructor parameters in com.google.auto.value.processor.escapevelocity with type arguments of type Macro Constructor Description Reparser(com.google.common.collect.ImmutableList<Node> nodes, java.util.Map<java.lang.String,Macro> macros)
-