public class EnumUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
LEFT_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
static MethodDeclaration |
overridingMethodDecl(Method method,
Iterable<ParameterExpression> parameters,
BlockStatement body)
Declares a method that overrides another method.
|
public static final String[] LEFT_RIGHT
public static MethodDeclaration overridingMethodDecl(Method method, Iterable<ParameterExpression> parameters, BlockStatement body)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.