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 MacroDirectiveNode.MacroCallNode. macroFields 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. macrosMacros 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) voidDirectiveNode.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)
-