Class ProcessExpressions.IntermediateV2

    • Constructor Summary

      Constructors 
      Constructor Description
      IntermediateV2()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void appendTo​(android.databinding.tool.store.ResourceBundle resourceBundle, boolean fromSource)  
      void updateOverridden​(android.databinding.tool.store.ResourceBundle bundle)
      if a layout is overridden from a module (which happens when layout is auto-generated), we need to update its contents from the class that overrides it.
      • Methods inherited from class java.lang.Object

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

      • IntermediateV2

        public IntermediateV2()
    • Method Detail

      • updateOverridden

        public void updateOverridden​(android.databinding.tool.store.ResourceBundle bundle)
                              throws javax.xml.bind.JAXBException
        if a layout is overridden from a module (which happens when layout is auto-generated), we need to update its contents from the class that overrides it. This must be done before this bundle is saved, otherwise, it will not be recognized when it is used in another project.
        Throws:
        javax.xml.bind.JAXBException