- emitAnnotation(String) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Equivalent to annotation(annotation, emptyMap()).
- emitAnnotation(Class<? extends Annotation>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Equivalent to annotation(annotationType.getName(), emptyMap()).
- emitAnnotation(Class<? extends Annotation>, Object) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Annotates the next element with annotationType and a value.
- emitAnnotation(String, Object) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Annotates the next element with annotation and a value.
- emitAnnotation(Class<? extends Annotation>, Map<String, ?>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Equivalent to annotation(annotationType.getName(), attributes).
- emitAnnotation(String, Map<String, ?>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Annotates the next element with annotation and attributes.
- emitEmptyLine() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
- emitEnumValue(String) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
- emitEnumValue(String, boolean) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
A simple switch to emit the proper enum depending if its last causing it to be terminated
by a semi-colon (;).
- emitEnumValues(Iterable<String>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit a list of enum values followed by a semi-colon (;).
- emitField(String, String) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emits a field declaration.
- emitField(String, String, Set<Modifier>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emits a field declaration.
- emitField(String, String, Set<Modifier>, String) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emits a field declaration.
- emitImports(String...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit an import for each type provided.
- emitImports(Class<?>...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit an import for each type provided.
- emitImports(Collection<String>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit an import for each type in the provided Collection.
- emitJavadoc(String, Object...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emits some Javadoc comments with line separated by \n.
- emitPackage(String) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit a package declaration and empty line.
- emitSingleLineComment(String, Object...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emits a single line comment.
- emitStatement(String, Object...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
- emitStaticImports(String...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit a static import for each type provided.
- emitStaticImports(Collection<String>) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Emit a static import for each type in the provided Collection.
- endConstructor() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Completes the current constructor declaration.
- endControlFlow() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
- endControlFlow(String, Object...) - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
- endInitializer() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Ends the current initializer declaration.
- endMethod() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Completes the current method declaration.
- endType() - 类 中的方法com.pichs.xsql.processor.javawriter.JavaWriter
-
Completes the current type declaration.
- error(String) - 类 中的静态方法com.pichs.xsql.processor.XSqlProcessor
-