Class FakeMethod
java.lang.Object
org.benf.cfr.reader.entities.FakeMethod
- All Implemented Interfaces:
Dumpable, TypeUsageCollectable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final EnumSet<AccessFlagMethod> private final DecompilerCommentsprivate final Stringprivate final JavaTypeInstanceprivate final Op04StructuredStatement -
Constructor Summary
ConstructorsConstructorDescriptionFakeMethod(String name, EnumSet<AccessFlagMethod> accessFlags, JavaTypeInstance returnType, Op04StructuredStatement structuredStatement, DecompilerComments comments) -
Method Summary
-
Field Details
-
name
-
accessFlags
-
returnType
-
structuredStatement
-
comments
-
-
Constructor Details
-
FakeMethod
public FakeMethod(String name, EnumSet<AccessFlagMethod> accessFlags, JavaTypeInstance returnType, Op04StructuredStatement structuredStatement, DecompilerComments comments)
-
-
Method Details
-
collectTypeUsages
- Specified by:
collectTypeUsagesin interfaceTypeUsageCollectable
-
dump
-
getName
-