- generateBytecodeSignature(String, List<String>) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Generates a method signature using the specified Bytecode references for return type and
parameter types.
- getArrayDimension(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Retrieves the dimensions of an array based on a Bytecode signature for a specific type (such as
a field type or method return value).
- getBytecodeParameterReferences(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Extracts the Bytecode definitions for the parameters within a specified method signature.
- getBytecodeReference(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Converts a fully qualified reference to a class into its standalone Bytecode reference.
- getBytecodeReturnTypeReference(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Extracts the Bytecode reference for a method's return type from a specified method signature.
- getBytecodeTypeDescription(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Converts a fully qualified signature (such as a field signature) into its Bytecode reference.
- getBytecodeTypeDescription(String, int) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Converts a fully qualified signature (such as a field signature) into its Bytecode reference.
- getClassDocumentation(String) - Method in interface org.basinmc.plunger.sourcecode.generator.ClassJavaDocGenerator
-
Generates a JavaDoc documentation string for the specified class.
- getFieldDocumentation(String, String, String) - Method in interface org.basinmc.plunger.sourcecode.generator.FieldJavaDocGenerator
-
Generates a JavaDoc documentation string for the specified field.
- getJavaTypeDescription(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Converts a fully qualified Bytecode signature into its Java type representation (or name of
primitive).
- getJavaTypeReference(String) - Static method in class org.basinmc.plunger.sourcecode.utility.ReferenceUtility
-
Converts a fully qualified Bytecode class reference into its Java representation.
- getMethodDocumentation(String, String, String) - Method in interface org.basinmc.plunger.sourcecode.generator.MethodJavaDocGenerator
-
Generates a JavaDoc documentation string for the specified method.
- GoogleSourcecodeFormatter - Class in org.basinmc.plunger.sourcecode.formatter
-
Provides source code formatting using the Google Java Formatter.
- GoogleSourcecodeFormatter() - Constructor for class org.basinmc.plunger.sourcecode.formatter.GoogleSourcecodeFormatter
-