public class FunctionDeclaration extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FunctionDeclarationKind |
getKind()
Get type of the declaration.
|
String |
getName()
Name of the function.
|
int |
hashCode() |
static FunctionDeclaration |
of(String name,
FunctionDeclarationKind kind) |
String |
toString() |
public static FunctionDeclaration of(String name, FunctionDeclarationKind kind)
public FunctionDeclarationKind getKind()
public String getName()
"ITE" for the
if-then-else operator.)