| Package | Description |
|---|---|
| org.eclipse.xtext | |
| org.eclipse.xtext.impl | |
| org.eclipse.xtext.serializer | |
| org.eclipse.xtext.serializer.analysis | |
| org.eclipse.xtext.util | |
| org.eclipse.xtext.xtext |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
XtextFactory.createParameter()
Returns a new object of class 'Parameter'
|
Parameter |
ParameterReference.getParameter()
Returns the value of the 'Parameter' reference
|
Parameter |
NamedArgument.getParameter()
Returns the value of the 'Parameter' reference
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Parameter> |
ParserRule.getParameters()
Returns the value of the 'Parameters' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterReference.setParameter(Parameter value)
Sets the value of the '
Parameter' reference |
void |
NamedArgument.setParameter(Parameter value)
Sets the value of the '
Parameter' reference |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterImpl
An implementation of the model object 'Parameter'
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter |
ParameterReferenceImpl.parameter
The cached value of the '
Parameter' reference |
protected Parameter |
NamedArgumentImpl.parameter
The cached value of the '
Parameter' reference |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Parameter> |
ParserRuleImpl.parameters
The cached value of the '
Parameters' containment reference list |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
ParameterReferenceImpl.basicGetParameter() |
Parameter |
NamedArgumentImpl.basicGetParameter() |
Parameter |
XtextFactoryImpl.createParameter() |
Parameter |
ParameterReferenceImpl.getParameter() |
Parameter |
NamedArgumentImpl.getParameter() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Parameter> |
ParserRuleImpl.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterReferenceImpl.setParameter(Parameter newParameter) |
void |
NamedArgumentImpl.setParameter(Parameter newParameter) |
| Modifier and Type | Method and Description |
|---|---|
Set<Parameter> |
ISerializationContext.getEnabledBooleanParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XtextSemanticSequencer.sequence_Parameter(ISerializationContext context,
Parameter semanticObject)
Contexts:
Parameter returns Parameter
Constraint:
name=ID
|
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.collect.Multimap<Parameter,Boolean> |
GrammarConstraintProvider.collectAllParameterValues(IGrammarConstraintProvider.IConstraint constraint) |
List<Parameter> |
SerializationContext.getDeclaredParameters() |
Set<Parameter> |
SerializationContext.getEnabledBooleanParameters() |
protected Set<Parameter> |
SerializationContext.getEnabledBooleanParametersInternal() |
protected Set<Parameter> |
SerializationContext.ParameterValueContext.getEnabledBooleanParametersInternal() |
| Modifier and Type | Method and Description |
|---|---|
protected ISerializationContext |
GrammarPDAProvider.createContext(ParserRule original,
Set<Parameter> params) |
| Constructor and Description |
|---|
SerializationContext.ParameterValueContext(ISerializationContext parent,
Set<Parameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
T |
XtextSwitch.caseParameter(Parameter object)
Returns the result of interpreting the object as an instance of 'Parameter'
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Parameter> |
ParameterConfigHelper.getAssignedArguments(RuleCall ruleCall,
Set<Parameter> contextParameters) |
static Set<Parameter> |
ParameterConfigHelper.getAssignedParameters(AbstractElement element,
int parameterConfig) |
static Set<Parameter> |
ParameterConfigHelper.getAssignedParameters(AbstractElement element,
List<Integer> paramStack) |
Set<Parameter> |
RuleWithParameterValues.getParamValues() |
static Set<Parameter> |
RuleWithParameterValues.getParamValues(AbstractRule copy) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Parameter> |
ParameterConfigHelper.getAssignedArguments(RuleCall ruleCall,
Set<Parameter> contextParameters) |
static int |
ParameterConfigHelper.getParameterConfig(Set<Parameter> params) |
static int |
ParameterConfigHelper.getParameterConfig(Set<Parameter> params,
ParserRule context) |
| Constructor and Description |
|---|
ConditionEvaluator(Set<Parameter> paramValues) |
RuleWithParameterValues(AbstractRule original,
Set<Parameter> paramValues) |
Copyright © 2015. All Rights Reserved.