public class ConditionDeclaration extends Object
| Constructor and Description |
|---|
ConditionDeclaration(Type<?> type,
FunctionDeclaration declaration) |
| Modifier and Type | Method and Description |
|---|---|
FunctionDeclaration |
getDeclaration() |
Type<?> |
getType() |
void |
setDeclaration(FunctionDeclaration declaration) |
void |
setType(Type<?> type) |
public ConditionDeclaration(Type<?> type, FunctionDeclaration declaration)
public Type<?> getType()
public void setType(Type<?> type)
public FunctionDeclaration getDeclaration()
public void setDeclaration(FunctionDeclaration declaration)
Copyright © 2023 Suncode. All rights reserved.