Parser.parse() | Java

 

Descripción

Sintaxis

CompilationUnitTree parse(File file, DiagnosticListener listener) throws IOException, NashornException
CompilationUnitTree parse(String name, Reader reader, DiagnosticListener listener) throws IOException, NashornException
CompilationUnitTree parse(String name, String code, DiagnosticListener listener) throws NashornException
CompilationUnitTree parse(URL url, DiagnosticListener listener) throws IOException, NashornException
CompilationUnitTree parse(Path path, DiagnosticListener listener) throws IOException, NashornException
CompilationUnitTree parse(ScriptObjectMirror scriptObj, DiagnosticListener listener) throws NashornException

Parámetros

  • String name,
  • File file,
  • Reader reader,
  • URL url,
  • ScriptObjectMirror scriptObj,
  • DiagnosticListener listener,
  • String code,
  • Path path,

Excepciones

NashornException, IOException, NullPointerException

Clase Padre

Parser

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.