Package org.checkerframework.afu.scenelib.io
package org.checkerframework.afu.scenelib.io
org.checkerframework.afu.scenelib.io
provides classes for the input and output of AScene
s to/from various formats.-
ClassDescriptionCache of
ASTPath
data for the nodes of a compilation unit tree.A path through the AST.A single entry in an AST path.Structure bundling anASTPath
with information about its starting point.Performs output to System.out.IndexFileParser provides static methodsIndexFileParser.parse(LineNumberReader, String, AScene)
,IndexFileParser.parseFile(String, AScene)
, andIndexFileParser.parseString(String, String, AScene)
.JavapParser
provides a static method that parses a class dump in the form produced byxjavap -s -verbose -annotations
and adds the annotations to anAScene
, using the scene'sAnnotationFactory
to build individual annotations.Thrown when index file or javap parsing fails.