Modifier and Type | Method and Description |
---|---|
CNodeTernary.TernaryType |
CNodeTernary.getType() |
static CNodeTernary.TernaryType |
CNodeTernary.TernaryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CNodeTernary.TernaryType[] |
CNodeTernary.TernaryType.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(CNodeTernary.TernaryType type,
boolean sparse) |
Constructor and Description |
---|
CNodeTernary(CNode in1,
CNode in2,
CNode in3,
CNodeTernary.TernaryType type) |
Modifier and Type | Method and Description |
---|---|
String |
Ternary.getTemplate(CNodeTernary.TernaryType type,
boolean sparse) |
Modifier and Type | Method and Description |
---|---|
String |
Ternary.getTemplate(CNodeTernary.TernaryType type,
boolean sparse) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TemplateUtils.isTernary(CNode node,
CNodeTernary.TernaryType... types) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.