Uses of Interface
net.sourceforge.pmd.util.designerbindings.DesignerBindings
-
Packages that use DesignerBindings Package Description net.sourceforge.pmd.lang net.sourceforge.pmd.util.designerbindings -
-
Uses of DesignerBindings in net.sourceforge.pmd.lang
Methods in net.sourceforge.pmd.lang that return DesignerBindings Modifier and Type Method Description DesignerBindings
AbstractLanguageVersionHandler. getDesignerBindings()
DesignerBindings
LanguageVersionHandler. getDesignerBindings()
Returns the designer bindings for this language version. -
Uses of DesignerBindings in net.sourceforge.pmd.util.designerbindings
Classes in net.sourceforge.pmd.util.designerbindings that implement DesignerBindings Modifier and Type Class Description static class
DesignerBindings.DefaultDesignerBindings
A base implementation forDesignerBindings
.
-