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 java.util.List<? extends ITypeLiteralExpression>getTypes()voidsetTypes(java.util.List<? extends ITypeLiteralExpression> types)
-
-
-
Method Detail
-
getTypes
java.util.List<? extends ITypeLiteralExpression> getTypes()
-
setTypes
void setTypes(java.util.List<? extends ITypeLiteralExpression> types)
-
-