|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MOFScriptObject in org.eclipse.mofscript.editor |
---|
Method parameters in org.eclipse.mofscript.editor with type arguments of type MOFScriptObject | |
---|---|
protected org.eclipse.jface.text.contentassist.ICompletionProposal[] |
MofScriptContentAssistProcessor.createVariableDeclProposals(int documentOffset,
java.util.List<MOFScriptObject> vars,
java.lang.String last_word,
java.util.List<java.lang.String> additionals)
|
Uses of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel |
---|
Subinterfaces of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel | |
---|---|
interface |
Advice
A representation of the model object 'Advice' |
interface |
ArithmeticExpression
A representation of the model object 'Arithmetic Expression' |
interface |
BreakStatement
A representation of the model object 'Break Statement' |
interface |
ComparisonExpression
A representation of the model object 'Comparison Expression' |
interface |
CreateExpression
A representation of the model object 'Create Expression' |
interface |
CreateExpressionParameter
A representation of the model object 'Create Expression Parameter' |
interface |
CreateStatement
A representation of the model object 'Create Statement' |
interface |
DebugStatement
A representation of the model object 'Debug Statement' |
interface |
Expression
A representation of the model object 'Expression' |
interface |
FileStatement
A representation of the model object 'File Statement' |
interface |
FunctionCall
A representation of the model object 'Function Call' |
interface |
FunctionCallStatement
A representation of the model object 'Function Call Statement' |
interface |
GeneralAssignment
A representation of the model object 'General Assignment' |
interface |
IfStatement
A representation of the model object 'If Statement' |
interface |
IteratorStatement
A representation of the model object 'Iterator Statement' |
interface |
Literal
A representation of the model object 'Literal' |
interface |
LogicalExpression
A representation of the model object 'Logical Expression' |
interface |
M2MTrace
A representation of the model object 'M2M Trace' |
interface |
MOFScriptAspect
A representation of the model object 'MOF Script Aspect' |
interface |
MOFScriptComment
A representation of the model object 'MOF Script Comment' |
interface |
MOFScriptImport
A representation of the model object 'MOF Script Import' |
interface |
MOFScriptParameter
A representation of the model object 'MOF Script Parameter' |
interface |
MOFScriptSpecification
A representation of the model object 'MOF Script Specification' |
interface |
MOFScriptStatement
A representation of the model object 'MOF Script Statement' |
interface |
MOFScriptStatementOwner
A representation of the model object 'MOF Script Statement Owner' |
interface |
MOFScriptTransformation
A representation of the model object 'MOF Script Transformation' |
interface |
PrintStatement
A representation of the model object 'Print Statement' |
interface |
Reference
A representation of the model object 'Reference' |
interface |
ResultAssignment
A representation of the model object 'Result Assignment' |
interface |
ReturnStatement
A representation of the model object 'Return Statement' |
interface |
SelectExpression
A representation of the model object 'Select Expression' |
interface |
SimpleExpression
A representation of the model object 'Simple Expression' |
interface |
Trace
A representation of the model object 'Trace' |
interface |
TransformationRule
A representation of the model object 'Transformation Rule' |
interface |
ValueExpression
A representation of the model object 'Value Expression' |
interface |
VariableDeclaration
A representation of the model object 'Variable Declaration' |
interface |
VariableDeclarationStatement
A representation of the model object 'Variable Declaration Statement' |
interface |
WhileStatement
A representation of the model object 'While Statement' |
Uses of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel.impl |
---|
Classes in org.eclipse.mofscript.MOFScriptModel.impl that implement MOFScriptObject | |
---|---|
class |
AdviceImpl
An implementation of the model object 'Advice' |
class |
ArithmeticExpressionImpl
An implementation of the model object 'Arithmetic Expression' |
class |
BreakStatementImpl
An implementation of the model object 'Break Statement' |
class |
ComparisonExpressionImpl
An implementation of the model object 'Comparison Expression' |
class |
CreateExpressionImpl
An implementation of the model object 'Create Expression' |
class |
CreateExpressionParameterImpl
An implementation of the model object 'Create Expression Parameter' |
class |
CreateStatementImpl
An implementation of the model object 'Create Statement' |
class |
DebugStatementImpl
An implementation of the model object 'Debug Statement' |
class |
ExpressionImpl
An implementation of the model object 'Expression' |
class |
FileStatementImpl
An implementation of the model object 'File Statement' |
class |
FunctionCallImpl
An implementation of the model object 'Function Call' |
class |
FunctionCallStatementImpl
An implementation of the model object 'Function Call Statement' |
class |
GeneralAssignmentImpl
An implementation of the model object 'General Assignment' |
class |
IfStatementImpl
An implementation of the model object 'If Statement' |
class |
IteratorStatementImpl
An implementation of the model object 'Iterator Statement' |
class |
LiteralImpl
An implementation of the model object 'Literal' |
class |
LogicalExpressionImpl
An implementation of the model object 'Logical Expression' |
class |
M2MTraceImpl
An implementation of the model object 'M2M Trace' |
class |
MOFScriptAspectImpl
An implementation of the model object 'MOF Script Aspect' |
class |
MOFScriptCommentImpl
An implementation of the model object 'MOF Script Comment' |
class |
MOFScriptImportImpl
An implementation of the model object 'MOF Script Import' |
class |
MOFScriptObjectImpl
An implementation of the model object 'MOF Script Object' |
class |
MOFScriptParameterImpl
An implementation of the model object 'MOF Script Parameter' |
class |
MOFScriptSpecificationImpl
An implementation of the model object 'MOF Script Specification' |
class |
MOFScriptStatementImpl
An implementation of the model object 'MOF Script Statement' |
class |
MOFScriptStatementOwnerImpl
An implementation of the model object 'MOF Script Statement Owner' |
class |
MOFScriptTransformationImpl
An implementation of the model object 'MOF Script Transformation' |
class |
PrintStatementImpl
An implementation of the model object 'Print Statement' |
class |
ReferenceImpl
An implementation of the model object 'Reference' |
class |
ResultAssignmentImpl
An implementation of the model object 'Result Assignment' |
class |
ReturnStatementImpl
An implementation of the model object 'Return Statement' |
class |
SelectExpressionImpl
An implementation of the model object 'Select Expression' |
class |
SimpleExpressionImpl
An implementation of the model object 'Simple Expression' |
class |
TraceImpl
An implementation of the model object 'Trace' |
class |
TransformationRuleImpl
An implementation of the model object 'Transformation Rule' |
class |
ValueExpressionImpl
An implementation of the model object 'Value Expression' |
class |
VariableDeclarationImpl
An implementation of the model object 'Variable Declaration' |
class |
VariableDeclarationStatementImpl
An implementation of the model object 'Variable Declaration Statement' |
class |
WhileStatementImpl
An implementation of the model object 'While Statement' |
Uses of MOFScriptObject in org.eclipse.mofscript.MOFScriptModel.util |
---|
Methods in org.eclipse.mofscript.MOFScriptModel.util with parameters of type MOFScriptObject | |
---|---|
T |
MOFScriptModelSwitch.caseMOFScriptObject(MOFScriptObject object)
Returns the result of interpreting the object as an instance of 'MOF Script Object' |
Uses of MOFScriptObject in org.eclipse.mofscript.parser |
---|
Fields in org.eclipse.mofscript.parser with type parameters of type MOFScriptObject | |
---|---|
protected java.util.HashMap<java.lang.String,MOFScriptObject> |
MofScriptModelChecker._postCheckReferences
|
Methods in org.eclipse.mofscript.parser with parameters of type MOFScriptObject | |
---|---|
void |
MofScriptModelChecker.checkReferenceName(java.lang.String refName,
MOFScriptObject checkObj)
Checks the refrence name |
protected java.lang.String |
MofScriptModelChecker.checkType(java.lang.String dtype,
MOFScriptObject checkObject)
|
protected org.eclipse.emf.ecore.ENamedElement |
MofScriptModelChecker.getMetaModelReference(java.lang.String refName,
MOFScriptObject checkObj)
Gets a meta model reference |
static void |
ParserUtil.setParseInfo(MOFScriptObject parseobj)
Utiliy function for setting line and comment information on parsed objects. |
static void |
ParserUtil.setParseInfo(MOFScriptObject toSet,
MOFScriptObject setFrom)
|
static void |
ParserUtil.setParseInfo(MOFScriptObject parseobj,
org.antlr.runtime.ParserRuleReturnScope rrscope)
Utiliy function for setting line and comment information on parsed objects. |
static void |
ParserUtil.setParseInfo(MOFScriptObject parseobj,
org.antlr.runtime.Token token)
|
protected static void |
ParserUtil.setParseInfoFromToken(MOFScriptObject parseobj,
java.lang.Object startToken)
|
(package private) MofScriptParseError |
MofScriptModelChecker.validateType(java.lang.String mm,
java.lang.String type,
int metamodel,
MOFScriptObject checkObj)
Checks that a stringified type is an existing metamodel type |
(package private) MofScriptParseError |
MofScriptModelChecker.validateTypePrefix(java.lang.String prefix,
int metamodel,
MOFScriptObject checkObj)
Finds a prefix for a type and checks if it comes from the correct meta model |
Uses of MOFScriptObject in org.eclipse.mofscript.runtime |
---|
Methods in org.eclipse.mofscript.runtime that return MOFScriptObject | |
---|---|
MOFScriptObject |
TransformationProxy.getObjectAtLine(int line)
|
Methods in org.eclipse.mofscript.runtime that return types with arguments of type MOFScriptObject | |
---|---|
java.util.List<MOFScriptObject> |
TransformationProxy.getRuleVariables(TransformationRule tr)
|
java.util.List<MOFScriptObject> |
TransformationProxy.getStatementVariables(MOFScriptStatement st)
|
Methods in org.eclipse.mofscript.runtime with parameters of type MOFScriptObject | |
---|---|
void |
ExecutionEnvironment.addModelVariables(java.util.List<VariableDeclaration> variables,
MOFScriptObject owner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |