public class ParsingContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParsingContext.Builder
Context builder
|
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.ClassVisitor |
getClassVisitor(URI uri,
String entryName) |
org.objectweb.asm.ClassVisitor |
getClassVisitor(URI uri,
String entryName,
boolean isApplicationClass) |
ParsingConfig |
getConfig() |
ResourceLocator |
getLocator() |
TypeBuilder |
getTypeBuilder(URI definingURI) |
Types |
getTypes()
Return the holder instance of all the visited types.
|
public TypeBuilder getTypeBuilder(URI definingURI)
public Types getTypes()
Parser.awaitTermination()
has returned.public ResourceLocator getLocator()
public org.objectweb.asm.ClassVisitor getClassVisitor(URI uri, String entryName, boolean isApplicationClass)
public ParsingConfig getConfig()
Copyright © 2009–2023 Oracle Corporation. All rights reserved.