|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OclNode.DataType | |
---|---|
de.interactive_instruments.ShapeChange.Ocl |
Uses of OclNode.DataType in de.interactive_instruments.ShapeChange.Ocl |
---|
Fields in de.interactive_instruments.ShapeChange.Ocl declared as OclNode.DataType | |
---|---|
OclNode.DataType |
OclNode.dataType
The DataType carried by every OclNode. |
Methods in de.interactive_instruments.ShapeChange.Ocl that return OclNode.DataType | |
---|---|
OclNode.DataType |
OclNode.DataType.commonSuperType(OclNode.DataType type)
Determine common supertype of this type and the one given. |
OclNode.DataType |
OclNode.getDataType()
Inquire the DataType of the OclNode. |
Methods in de.interactive_instruments.ShapeChange.Ocl with parameters of type OclNode.DataType | |
---|---|
void |
OclParser.addEnvironmentVariable(String name,
OclNode.DataType dt,
OclNode initValue)
This method adds a new variable declaration to the set of so-called environment variables. |
void |
OclParser.addOperation(String name,
OclNode.DataType objtype,
OclNode.DataType rettype,
int noOfArgs)
This method adds an operation to the set of operations the parser recognizes as valid OCL operations. |
OclNode.DataType |
OclNode.DataType.commonSuperType(OclNode.DataType type)
Determine common supertype of this type and the one given. |
boolean |
OclNode.DataType.isSubTypeOf(OclNode.DataType type)
Determine whether this type is a subtype of the given type. |
void |
OclParser.removeOperation(String name,
OclNode.DataType objtype,
int noOfArgs)
By this method you can remove operations from the set of operations the parser recognizes as valid OCL operations. |
Constructors in de.interactive_instruments.ShapeChange.Ocl with parameters of type OclNode.DataType | |
---|---|
OclNode.Declaration(String name,
OclNode.DataType dt,
OclNode ival,
OclNode.Declaration declCtx,
OclNode owner,
boolean impl)
Initialize a Declaration from all its constituents. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |