Class Parser


  • public class Parser
    extends Object
    • Field Detail

      • tz

        protected final org.apache.felix.gogo.runtime.Tokenizer tz
      • tokens

        protected final List<org.apache.felix.gogo.runtime.Token> tokens
    • Method Detail

      • tokens

        public List<org.apache.felix.gogo.runtime.Token> tokens()
      • push

        protected void push​(org.apache.felix.gogo.runtime.Token t)
      • next

        protected org.apache.felix.gogo.runtime.Token next()
      • expectNotNull

        protected void expectNotNull()
      • start

        protected org.apache.felix.gogo.runtime.Token start​(String str,
                                                            String missing)
      • end

        protected org.apache.felix.gogo.runtime.Token end​(String str)
      • expect

        protected org.apache.felix.gogo.runtime.Token expect​(String str)
      • whole

        protected org.apache.felix.gogo.runtime.Token whole​(List<? extends org.apache.felix.gogo.runtime.Token> tokens,
                                                            int index)
      • whole

        protected org.apache.felix.gogo.runtime.Token whole​(org.apache.felix.gogo.runtime.Token b,
                                                            org.apache.felix.gogo.runtime.Token e)