public class NameAndModule extends Object
Modifier and Type | Field and Description |
---|---|
static NameAndModule[] |
EMPTY_ARRAY |
Constructor and Description |
---|
NameAndModule(String name,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static NameAndModule |
findName(String searchForName,
NameAndModule[] names) |
String |
getModuleName() |
String |
getName() |
int |
hashCode() |
static CodegenExpression |
makeArray(Collection<NameAndModule> names) |
public static final NameAndModule[] EMPTY_ARRAY
public String getName()
public String getModuleName()
public static CodegenExpression makeArray(Collection<NameAndModule> names)
public static NameAndModule findName(String searchForName, NameAndModule[] names)
Copyright © 2005–2018. All rights reserved.