Package gw.lang.parser.expressions
Interface ICompoundTypeLiteral
-
- All Known Implementing Classes:
CompoundTypeLiteral
public interface ICompoundTypeLiteral
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<? extends ITypeLiteralExpression>
getTypes()
void
setTypes(List<? extends ITypeLiteralExpression> types)
-
-
-
Method Detail
-
getTypes
List<? extends ITypeLiteralExpression> getTypes()
-
setTypes
void setTypes(List<? extends ITypeLiteralExpression> types)
-
-