Packages

p

io.joern

pythonparser

package pythonparser

Package Members

  1. package ast

Type Members

  1. class AstPrinter extends AstVisitor[String]
  2. trait AstVisitor[T] extends AnyRef
  3. class ParseException extends Exception

    This exception is thrown when parse errors are encountered.

    This exception is thrown when parse errors are encountered. You can explicitly create objects of this exception type by calling the method generateParseException in the generated parser.

    You can modify this class to customize your error reporting mechanisms so long as you retain the public fields.

  4. class PyParser extends AnyRef
  5. class PythonParser extends PythonParserConstants
  6. trait PythonParserConstants extends AnyRef

    Token literal values and constants.

    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()

  7. class PythonParserTokenManager extends PythonParserConstants

    Token Manager.

    Token Manager.

    Annotations
    @SuppressWarnings()
  8. class SimpleCharStream extends AnyRef

    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).

  9. class Token extends Serializable

    Describes the input token stream.

  10. class TokenMgrError extends Error

    Token Manager Error.

Ungrouped