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 AScenes to/from various formats.-
ClassDescriptionCache of
ASTPathdata for the nodes of a compilation unit tree.A path through the AST.A single entry in an AST path.Structure bundling anASTPathwith 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).JavapParserprovides a static method that parses a class dump in the form produced byxjavap -s -verbose -annotationsand adds the annotations to anAScene, using the scene'sAnnotationFactoryto build individual annotations.Thrown when index file or javap parsing fails.