Class Component

    • Constructor Detail

      • Component

        public Component()
        Constructs a new Component.
      • Component

        public Component​(int size)
        Constructs a new Component.
        Parameters:
        size - the initial child capacity
    • Method Detail

      • registerLocals

        public void registerLocals​(java.util.Set<ParserLocal<? extends java.lang.Object>> locals)
        Called by a stream to register variables stored in the parsing context. This method should be overridden by subclasses that need to register one or more parser context variables.
        Parameters:
        locals - set of local variables