Class SimpleStatement

    • Constructor Detail

      • SimpleStatement

        public SimpleStatement()
    • Method Detail

      • lastToken

        public Token lastToken()
        Specified by:
        lastToken in interface Tree
        Overrides:
        lastToken in class PyTree
        Returns:
        the last meaningful token of the Tree. Separators of simple statements (semicolon and/or newline) are not be returned by this method.