Class DefAttCompatibilityChecker.DefAttMap

  • Enclosing class:
    DefAttCompatibilityChecker

    private static final class DefAttCompatibilityChecker.DefAttMap
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Map defaultAttributes
      the map from the attribute name (as StringPair) to the default value (as String).
      (package private) ElementExp sampleDecl
      one of the ElementExps that have this particular element name.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefAttMap​(ElementExp sample, java.util.Map atts)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • defaultAttributes

        final java.util.Map defaultAttributes
        the map from the attribute name (as StringPair) to the default value (as String).
      • sampleDecl

        final ElementExp sampleDecl
        one of the ElementExps that have this particular element name. used only for the error reporting.
    • Constructor Detail

      • DefAttMap

        DefAttMap​(ElementExp sample,
                  java.util.Map atts)