Browsable Eclipse Launch files Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: java/eclipse/launch/extracted
Source used for this grammar: Hugo Brunelière, EclipseLaunchConfigurations.ecore, 2007/11/13 [Atlantic]

Summary

Syntax

LaunchConfiguration ::=
	[type]::String [attributes]::Attribute+
Attribute ::=
	StringAttribute
Attribute ::=
	BooleanAttribute
Attribute ::=
	MapAttribute
Attribute ::=
	ListAttribute
StringAttribute ::=
	MapEntry
StringAttribute ::=
	[value]::String
BooleanAttribute ::=
	[value]::Boolean
MapAttribute ::=
	[entries]::MapEntry+
MapEntry ::=
	[mapAttribute]::MapAttribute
ListAttribute ::=
	[entries]::ListEntry+
ListEntry ::=
	[listAttribute]::ListAttribute [value]::String
String ::=
	string
Boolean ::=
	"true"
	"false"

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []