public interface Selector extends ASTProgram
| Modifier and Type | Method and Description |
|---|---|
Type |
getLogicBaseType()
get logic type of expression to which selector is applied
|
TypeExpression |
getType()
set type of expression after selection
|
void |
setLogicBaseType(Type type)
set logic type of expression to which selector is applied
|
void |
setType(TypeExpression type)
set type of expression after selection
|
accept, accept, acceptChildren, print, printCore, toString, toStringCorevoid setType(TypeExpression type)
TypeExpression getType()
void setLogicBaseType(Type type)
Type getLogicBaseType()