Class DesignerBindings.DefaultDesignerBindings
- java.lang.Object
-
- net.sourceforge.pmd.util.designerbindings.DesignerBindings.DefaultDesignerBindings
-
- All Implemented Interfaces:
DesignerBindings
- Enclosing interface:
- DesignerBindings
public static class DesignerBindings.DefaultDesignerBindings extends Object implements DesignerBindings
A base implementation forDesignerBindings.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sourceforge.pmd.util.designerbindings.DesignerBindings
DesignerBindings.DefaultDesignerBindings
-
-
Constructor Summary
Constructors Constructor Description DefaultDesignerBindings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DesignerBindings.DefaultDesignerBindingsgetInstance()Returns the default instance.RelatedNodesSelectorgetRelatedNodesSelector()Returns an instance ofRelatedNodesSelector, or null if it should be defaulted to using the old symbol table (ScopedNode).
-
-
-
Method Detail
-
getRelatedNodesSelector
public RelatedNodesSelector getRelatedNodesSelector()
Description copied from interface:DesignerBindingsReturns an instance ofRelatedNodesSelector, or null if it should be defaulted to using the old symbol table (ScopedNode). That default behaviour is implemented in the designer directly.- Specified by:
getRelatedNodesSelectorin interfaceDesignerBindings
-
getInstance
public static DesignerBindings.DefaultDesignerBindings getInstance()
Returns the default instance.
-
-