Package net.fabricmc.fernflower.api
Interface IFabricJavadocProvider
-
public interface IFabricJavadocProviderProvides (optional) javadoc for Classes/Methods/Fields encountered byClassWriter. May be set as a property in the constructor ofFernflowerby using the keyIFabricJavadocProvider.PROPERTY_NAME
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassDoc(StructClass structClass)java.lang.StringgetFieldDoc(StructClass structClass, StructField structField)java.lang.StringgetMethodDoc(StructClass structClass, StructMethod structMethod)
-
-
-
Field Detail
-
PROPERTY_NAME
static final java.lang.String PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getClassDoc
java.lang.String getClassDoc(StructClass structClass)
-
getFieldDoc
java.lang.String getFieldDoc(StructClass structClass, StructField structField)
-
getMethodDoc
java.lang.String getMethodDoc(StructClass structClass, StructMethod structMethod)
-
-