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