Uses of Class
net.sourceforge.pmd.util.DataMap
-
Packages that use DataMap Package Description net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.impl net.sourceforge.pmd.lang.ast.impl.antlr4 net.sourceforge.pmd.util -
-
Uses of DataMap in net.sourceforge.pmd.lang.ast
Methods in net.sourceforge.pmd.lang.ast that return DataMap Modifier and Type Method Description DataMap<DataMap.DataKey<?,?>>
Node. getUserMap()
Returns a data map used to store additional information on this node. -
Uses of DataMap in net.sourceforge.pmd.lang.ast.impl
Methods in net.sourceforge.pmd.lang.ast.impl that return DataMap Modifier and Type Method Description DataMap<DataMap.DataKey<?,?>>
AbstractNode. getUserMap()
-
Uses of DataMap in net.sourceforge.pmd.lang.ast.impl.antlr4
Methods in net.sourceforge.pmd.lang.ast.impl.antlr4 that return DataMap Modifier and Type Method Description DataMap<DataMap.DataKey<?,?>>
BaseAntlrNode. getUserMap()
-
Uses of DataMap in net.sourceforge.pmd.util
Methods in net.sourceforge.pmd.util that return DataMap Modifier and Type Method Description static <K> DataMap<K>
DataMap. newDataMap()
-