Package com.vaadin.copilot.javarewriter
Class JavaClassOrRecordRewriter
java.lang.Object
com.vaadin.copilot.javarewriter.JavaClassOrRecordRewriter
Class/Record definition related functions for Java Rewriter.
-
Constructor Summary
ConstructorsConstructorDescriptionJavaClassOrRecordRewriter(com.github.javaparser.ast.CompilationUnit compilationUnit) -
Method Summary
Modifier and TypeMethodDescriptionFinds the Record Declaration from given complication unit that has Label, Value and Enabled parameters.
-
Constructor Details
-
JavaClassOrRecordRewriter
public JavaClassOrRecordRewriter(com.github.javaparser.ast.CompilationUnit compilationUnit)
-
-
Method Details
-
addOrGetLabelValueEnabledRecordName
Finds the Record Declaration from given complication unit that has Label, Value and Enabled parameters. Creates one with LabelAndValue name if not found.- Returns:
- of the record name
-