Class DirectiveNode

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  DirectiveNode.ForEachNode
      A node in the parse tree representing a #foreach construct.
      (package private) static class  DirectiveNode.IfNode
      A node in the parse tree representing an #if construct.
      (package private) static class  DirectiveNode.MacroCallNode
      A node in the parse tree representing a macro call.
      (package private) static class  DirectiveNode.SetNode
      A node in the parse tree representing a #set construct.
    • Constructor Summary

      Constructors 
      Constructor Description
      DirectiveNode​(java.lang.String resourceName, int lineNumber)  
    • Constructor Detail

      • DirectiveNode

        DirectiveNode​(java.lang.String resourceName,
                      int lineNumber)