Class VisitorFile

    • Field Detail

      • genPackage

        public String genPackage
      • accessLevel

        public String accessLevel
      • exportMacro

        public String exportMacro
      • grammarName

        public String grammarName
      • parserName

        public String parserName
      • visitorNames

        public Set<String> visitorNames
        The names of all rule contexts which may need to be visited.
      • visitorLabelRuleNames

        public Map<String,​String> visitorLabelRuleNames
        For rule contexts created for a labeled outer alternative, maps from a listener context name to the name of the rule which defines the context.
      • header

        public Action header