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