Class BodyNode

    • Field Detail

      • onlyRenderInheritanceSafeNodes

        private boolean onlyRenderInheritanceSafeNodes
        When a template extends a parent template there are very few nodes in the child that should actually get rendered such as set and import. All others should be ignored.
      • nodesToRenderInChild

        private static java.util.List<java.lang.Class<? extends Node>> nodesToRenderInChild
    • Constructor Detail

      • BodyNode

        public BodyNode​(int lineNumber,
                        java.util.List<RenderableNode> children)