Package org.benf.cfr.reader.bytecode
Class AnonymousClassUsage
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.AnonymousClassUsage
-
public class AnonymousClassUsage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Pair<ClassFile,ConstructorInvokationSimple>>
localNoted
private java.util.List<Pair<ClassFile,ConstructorInvokationAnonymousInner>>
noted
-
Constructor Summary
Constructors Constructor Description AnonymousClassUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
void
note(ClassFile classFile, ConstructorInvokationAnonymousInner constructorInvokationAnonymousInner)
void
noteMethodClass(ClassFile classFile, ConstructorInvokationSimple constructorInvokation)
(package private) void
useNotes()
-
-
-
Field Detail
-
noted
private final java.util.List<Pair<ClassFile,ConstructorInvokationAnonymousInner>> noted
-
localNoted
private final java.util.List<Pair<ClassFile,ConstructorInvokationSimple>> localNoted
-
-
Method Detail
-
note
public void note(ClassFile classFile, ConstructorInvokationAnonymousInner constructorInvokationAnonymousInner)
-
noteMethodClass
public void noteMethodClass(ClassFile classFile, ConstructorInvokationSimple constructorInvokation)
-
isEmpty
public boolean isEmpty()
-
useNotes
void useNotes()
-
-