Modifier and Type | Method and Description |
---|---|
CNodeUnary.UnaryType |
CNodeUnary.getType() |
CNodeUnary.UnaryType |
CNodeUnary.UnaryType.getVectorAddPrimitive() |
static CNodeUnary.UnaryType |
CNodeUnary.UnaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CNodeUnary.UnaryType[] |
CNodeUnary.UnaryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
CodeTemplate.getTemplate(CNodeUnary.UnaryType type,
boolean sparse) |
void |
CNodeUnary.setType(CNodeUnary.UnaryType type) |
Constructor and Description |
---|
CNodeUnary(CNode in1,
CNodeUnary.UnaryType type) |
Modifier and Type | Method and Description |
---|---|
String |
Unary.getTemplate(CNodeUnary.UnaryType type,
boolean sparse) |
Modifier and Type | Method and Description |
---|---|
String |
Unary.getTemplate(CNodeUnary.UnaryType type,
boolean sparse) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TemplateUtils.isUnary(CNode node,
CNodeUnary.UnaryType... types) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.