Uses of Class
org.eclipse.epsilon.eol.dom.CollectionLiteralExpression
-
Packages that use CollectionLiteralExpression Package Description org.eclipse.epsilon.eol.dom org.eclipse.epsilon.eol.parse -
-
Uses of CollectionLiteralExpression in org.eclipse.epsilon.eol.dom
Methods in org.eclipse.epsilon.eol.dom with parameters of type CollectionLiteralExpression Modifier and Type Method Description voidIEolVisitor. visit(CollectionLiteralExpression<?> collectionLiteralExpression) -
Uses of CollectionLiteralExpression in org.eclipse.epsilon.eol.parse
Methods in org.eclipse.epsilon.eol.parse with parameters of type CollectionLiteralExpression Modifier and Type Method Description voidEolUnparser. visit(CollectionLiteralExpression<?> collectionLiteralExpression)
-