| Package | Description |
|---|---|
| brennus | |
| brennus.model |
| Modifier and Type | Method and Description |
|---|---|
ClassBuilder |
ClassBuilder.field(Protection protection,
Type type,
String name) |
ConstructorDeclarationBuilder |
ClassBuilder.startConstructor(Protection protection) |
MethodDeclarationBuilder |
ClassBuilder.startMethod(Protection protection,
Type returnType,
String methodName)
.startMethod(protection, return, name){statements}.endMethod()
|
MethodDeclarationBuilder |
ClassBuilder.startStaticMethod(Protection protection,
Type returnType,
String methodName)
.startStaticMethod(protection, return, name){statements}.endMethod()
|
ClassBuilder |
ClassBuilder.staticField(Protection protection,
Type type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Protection |
MemberFlags.getProtection() |
static Protection |
Protection.getProtection(Keyword... keywords) |
static Protection |
Protection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protection[] |
Protection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MemberFlags(boolean isStatic,
boolean isFinal,
Protection protection) |
Copyright © 2014. All Rights Reserved.