Class CompositeName
java.lang.Object
net.sourceforge.pmd.lang.modelica.resolver.CompositeName
An immutable composite name representation for use in "pattern matching style".
Supports lightweight splitting into first element and "tail" (everything else).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CompositeNamestatic CompositeNamestatic CompositeNamegetHead()getTail()booleanisEmpty()matchPrefix(String[] prefix) Tries to match theprefixargument with the first elements of this nametoString()
-
Field Details
-
NAME_COMPONENT_SEPARATOR
- See Also:
-
-
Method Details