Package org.benf.cfr.reader.state
Class ClassFileSourceImpl.JarSourceEntry
- java.lang.Object
-
- org.benf.cfr.reader.state.ClassFileSourceImpl.JarSourceEntry
-
- Enclosing class:
- ClassFileSourceImpl
private static class ClassFileSourceImpl.JarSourceEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private AnalysisType
analysisType
private java.lang.String
path
-
Constructor Summary
Constructors Constructor Description JarSourceEntry(AnalysisType analysisType, java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalysisType
getAnalysisType()
java.lang.String
getPath()
-
-
-
Field Detail
-
analysisType
private final AnalysisType analysisType
-
path
private final java.lang.String path
-
-
Constructor Detail
-
JarSourceEntry
JarSourceEntry(AnalysisType analysisType, java.lang.String path)
-
-
Method Detail
-
getAnalysisType
public AnalysisType getAnalysisType()
-
getPath
public java.lang.String getPath()
-
-