public static enum JrpcgenJavaFile.MethodSignatureStage extends Enum<JrpcgenJavaFile.MethodSignatureStage>
| Enum Constant and Description |
|---|
ABSTRACT_WRITTEN |
ACCESS_WRITTEN |
EXCEPTION_WRITTEN |
NAME_WRITTEN |
PARAM_WRITTEN |
RESULTTYPE_WRITTEN |
SIGNATURE_CLOSED |
SIGNATURE_OPEN |
STATIC_WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
static JrpcgenJavaFile.MethodSignatureStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JrpcgenJavaFile.MethodSignatureStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JrpcgenJavaFile.MethodSignatureStage SIGNATURE_OPEN
public static final JrpcgenJavaFile.MethodSignatureStage ACCESS_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage STATIC_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage ABSTRACT_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage RESULTTYPE_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage NAME_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage PARAM_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage EXCEPTION_WRITTEN
public static final JrpcgenJavaFile.MethodSignatureStage SIGNATURE_CLOSED
public static JrpcgenJavaFile.MethodSignatureStage[] values()
for (JrpcgenJavaFile.MethodSignatureStage c : JrpcgenJavaFile.MethodSignatureStage.values()) System.out.println(c);
public static JrpcgenJavaFile.MethodSignatureStage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.