Class ScriptingParser.TokenStream

  • Enclosing class:
    ScriptingParser

    private static class ScriptingParser.TokenStream
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String line  
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenStream​(java.lang.String line)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean hasKeyValue()  
      (package private) boolean isWhitespace​(char c)  
      (package private) java.lang.String nextKey()  
      (package private) java.lang.String nextValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • line

        java.lang.String line
    • Constructor Detail

      • TokenStream

        TokenStream​(java.lang.String line)
    • Method Detail

      • hasKeyValue

        boolean hasKeyValue()
      • nextKey

        java.lang.String nextKey()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • isWhitespace

        boolean isWhitespace​(char c)
      • nextValue

        java.lang.String nextValue()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception