Uses of Class
com.vaadin.copilot.javarewriter.JavaSource
Packages that use JavaSource
-
Uses of JavaSource in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaSourceModifier and TypeMethodDescriptionAbstractComponentLocationInfo.getJavaSource()JavaFileSourceProvider.getJavaSource(File sourceFile) Retrieves aJavaSourcerepresentation of the specified Java source file.Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaSourceModifierConstructorDescriptionprotectedAbstractComponentLocationInfo(JavaSource javaSource, File file) Creates a newComponentBaseInfowith the specified Java source and file reference.ComponentAttachInfo(JavaSource javaSource, File file) Constructs a newComponentAttachInfowith the given Java source and file reference.ComponentCreateInfo(JavaSource javaSource, File file)