| Package | Description |
|---|---|
| org.eclipse.xtext.serializer.analysis |
| Modifier and Type | Method and Description |
|---|---|
static IGrammarConstraintProvider.ConstraintElementType |
IGrammarConstraintProvider.ConstraintElementType.getConstraintElementType(AbstractElement ele) |
IGrammarConstraintProvider.ConstraintElementType |
IGrammarConstraintProvider.IConstraintElement.getType() |
IGrammarConstraintProvider.ConstraintElementType |
GrammarConstraintProvider.ConstraintElement.getType() |
static IGrammarConstraintProvider.ConstraintElementType |
IGrammarConstraintProvider.ConstraintElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IGrammarConstraintProvider.ConstraintElementType[] |
IGrammarConstraintProvider.ConstraintElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GrammarConstraintProvider.ConstraintElement(IGrammarConstraintProvider.IConstraint constraint,
IGrammarConstraintProvider.ConstraintElementType type,
AbstractElement element,
boolean many,
boolean optional) |
GrammarConstraintProvider.ConstraintElement(IGrammarConstraintProvider.IConstraint constraint,
IGrammarConstraintProvider.ConstraintElementType type,
Collection<IGrammarConstraintProvider.IConstraintElement> children,
boolean many,
boolean optional) |
Copyright © 2015. All Rights Reserved.