Package com.google.javascript.jscomp.jsonml


package com.google.javascript.jscomp.jsonml
Provides the classes to support JsonML format and secure compiler.
  • Class
    Description
    Represents possible error levels for JsonML errors.
    Class which represents JsonML element according to the specification at "http://code.google.com/p/es-lab/wiki/JsonMLASTFormat"
    Generates an AST from a JsonML source file.
    Class used to represent errors which correspond to JsonML elements.
    JsonMLUtil contains utilities for the JsonML object.
    Traverse JsonML source tree and generates AST.
    Compilation of JavaScript code which guarantees that all security capabilities are preserved after the process.
    List of attributes that a JsonML element may have.
    List of types allowed for JsonML elements.
    Statically validates JsonML elements.
    Converts internal AST into JsonML tree.