public class HandleConstructor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HandleConstructor.HandleAllArgsConstructor |
static class |
HandleConstructor.HandleNoArgsConstructor |
static class |
HandleConstructor.HandleRequiredArgsConstructor |
static class |
HandleConstructor.SkipIfConstructorExists |
| Constructor and Description |
|---|
HandleConstructor() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateAllArgsConstructor(EclipseNode typeNode,
AccessLevel level,
String staticName,
HandleConstructor.SkipIfConstructorExists skipIfConstructorExists,
List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor,
org.eclipse.jdt.internal.compiler.ast.ASTNode source) |
void |
generateConstructor(EclipseNode typeNode,
AccessLevel level,
List<EclipseNode> fields,
String staticName,
HandleConstructor.SkipIfConstructorExists skipIfConstructorExists,
boolean suppressConstructorProperties,
List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor,
org.eclipse.jdt.internal.compiler.ast.ASTNode source) |
void |
generateRequiredArgsConstructor(EclipseNode typeNode,
AccessLevel level,
String staticName,
HandleConstructor.SkipIfConstructorExists skipIfConstructorExists,
List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor,
org.eclipse.jdt.internal.compiler.ast.ASTNode source) |
public void generateRequiredArgsConstructor(EclipseNode typeNode, AccessLevel level, String staticName, HandleConstructor.SkipIfConstructorExists skipIfConstructorExists, List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor, org.eclipse.jdt.internal.compiler.ast.ASTNode source)
public void generateAllArgsConstructor(EclipseNode typeNode, AccessLevel level, String staticName, HandleConstructor.SkipIfConstructorExists skipIfConstructorExists, List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor, org.eclipse.jdt.internal.compiler.ast.ASTNode source)
public void generateConstructor(EclipseNode typeNode, AccessLevel level, List<EclipseNode> fields, String staticName, HandleConstructor.SkipIfConstructorExists skipIfConstructorExists, boolean suppressConstructorProperties, List<org.eclipse.jdt.internal.compiler.ast.Annotation> onConstructor, org.eclipse.jdt.internal.compiler.ast.ASTNode source)
Copyright © 2009-2013 The Project Lombok Authors, licensed under the MIT licence.