|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MOFScriptObject | |
---|---|
org.sintef.mofscript.MOFScriptModel | |
org.sintef.mofscript.MOFScriptModel.impl | |
org.sintef.mofscript.MOFScriptModel.util | |
org.sintef.mofscript.parser |
Uses of MOFScriptObject in org.sintef.mofscript.MOFScriptModel |
---|
Subinterfaces of MOFScriptObject in org.sintef.mofscript.MOFScriptModel | |
---|---|
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 |
CreateStatement
A representation of the model object 'Create 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 |
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 |
SimpleExpression
A representation of the model object 'Simple Expression' |
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 |
WhileStatement
A representation of the model object 'While Statement' |
Uses of MOFScriptObject in org.sintef.mofscript.MOFScriptModel.impl |
---|
Classes in org.sintef.mofscript.MOFScriptModel.impl that implement MOFScriptObject | |
---|---|
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 |
CreateStatementImpl
An implementation of the model object 'Create 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 |
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 |
SimpleExpressionImpl
An implementation of the model object 'Simple Expression' |
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 |
WhileStatementImpl
An implementation of the model object 'While Statement' |
Uses of MOFScriptObject in org.sintef.mofscript.MOFScriptModel.util |
---|
Methods in org.sintef.mofscript.MOFScriptModel.util with parameters of type MOFScriptObject | |
---|---|
java.lang.Object |
MOFScriptModelSwitch.caseMOFScriptObject(MOFScriptObject object)
Returns the result of interpretting the object as an instance of 'MOF Script Object' |
Uses of MOFScriptObject in org.sintef.mofscript.parser |
---|
Methods in org.sintef.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)
|
static void |
ParserUtil.setParseInfo(MOFScriptObject parseobj)
Utiliy function for setting line and comment information on parsed objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |