Dresden OCL Toolkit
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

O

OBSERVER_SUFFIX - Static variable in class tudresden.ocl.injection.ocl.lib.Invariant
 
OCL2SQL - class tudresden.ocl.sql.OCL2SQL.
OCL2SQL is the main class of the OCL2SQL tool.
OCL2SQL(JFrame) - Constructor for class tudresden.ocl.sql.OCL2SQL
The constructor.
OCLANY - Static variable in class tudresden.ocl.check.types.Basic
 
OCLEditor - class tudresden.ocl.gui.OCLEditor.
An editor for a list of OCL Constraints.
OCLEditor() - Constructor for class tudresden.ocl.gui.OCLEditor
Creates new form OCLEditor
OCLEditor.ConstraintTableModel - class tudresden.ocl.gui.OCLEditor.ConstraintTableModel.
Table model for the table of constraints.
OCLEditor.ConstraintTableModel(OCLEditor) - Constructor for class tudresden.ocl.gui.OCLEditor.ConstraintTableModel
 
OCLEditor.OCLEditorDocument - class tudresden.ocl.gui.OCLEditor.OCLEditorDocument.
A specialized styled document that will prevent editing of portions of text which have been specially marked "allowEdit"==FALSE.
OCLEditor.OCLEditorDocument() - Constructor for class tudresden.ocl.gui.OCLEditor.OCLEditorDocument
 
OCLEditorModel - interface tudresden.ocl.gui.OCLEditorModel.
A model for the OCLEditor.
OCLEditorPreferences - class tudresden.ocl.gui.OCLEditorPreferences.
OCL editor preference dialog.
OCLEditorPreferences(JFrame, OCLEditor) - Constructor for class tudresden.ocl.gui.OCLEditorPreferences
Creates new form OCLEditorPreferences
OCLToolbar - class tudresden.ocl.gui.OCLToolbar.
A quick bar for the OCLEditor
OCLToolbar() - Constructor for class tudresden.ocl.gui.OCLToolbar
Creates new OCLToolbar
OCLToolbar.ActionItem - class tudresden.ocl.gui.OCLToolbar.ActionItem.
 
OCLToolbar.ActionItem(String, String, int) - Constructor for class tudresden.ocl.gui.OCLToolbar.ActionItem
 
OCLToolbar.ActionItem(String, int) - Constructor for class tudresden.ocl.gui.OCLToolbar.ActionItem
 
OCLToolbar.ActionItem.ShortCutAction - interface tudresden.ocl.gui.OCLToolbar.ActionItem.ShortCutAction.
 
OCL_AUTHOR - Static variable in class tudresden.ocl.injection.Instrumentor
All generated class features get this string as author.
OIDKeyMapping - class tudresden.ocl.sql.orstrategy.OIDKeyMapping.
Inserts an additional object identity column (oid) as primary key into the tables a class was mapped to
OIDKeyMapping() - Constructor for class tudresden.ocl.sql.orstrategy.OIDKeyMapping
 
ONE_MANY - Static variable in class tudresden.ocl.sql.ORMappingImpl
marks an AssociationStrategy that can be used to map 1:N or 0..1:N Associations
ONE_ONE - Static variable in class tudresden.ocl.sql.ORMappingImpl
marks an AssociationStrategy that can be used to map 1:1 or 0..1:1 Associations
ONE_TO_INF - Static variable in class tudresden.ocl.check.types.Multiplicity
 
ONE_TO_INF - Static variable in class tudresden.ocl.check.types.testfacade.Multiplicity
multiplicity "1 ..
OPTIONMASK_AUTOSPLIT - Static variable in class tudresden.ocl.gui.OCLEditor
 
OPTIONMASK_TYPECHECK - Static variable in class tudresden.ocl.gui.OCLEditor
 
ORDERED - Static variable in class tudresden.ocl.sql.ORMappingImpl
marks an OrderedStrategy
ORMSException - exception tudresden.ocl.codegen.decl.ORMSException.
An Exception that should be raised in case of errors related to the object relational mapping.
ORMSException(String) - Constructor for class tudresden.ocl.codegen.decl.ORMSException
 
ORMapping - interface tudresden.ocl.sql.ORMapping.
This interface defines some functions that should return informations about the object relational mapping of classes and their properties to a relational schema.
ORMappingImp - class tudresden.ocl.sql.ORMappingImp.
An implementation of the ORMapping interface.
ORMappingImp(Model) - Constructor for class tudresden.ocl.sql.ORMappingImp
A constructor to create the object relational mapping informations.
ORMappingImp(Model, int, int, String, boolean) - Constructor for class tudresden.ocl.sql.ORMappingImp
A constructor to create the object relational mapping informations.
ORMappingImpl - class tudresden.ocl.sql.ORMappingImpl.
Implementation of the ORMapping interface.
ORMappingImpl(MModel, ModelAdjuster) - Constructor for class tudresden.ocl.sql.ORMappingImpl
 
ORMappingScheme - interface tudresden.ocl.codegen.decl.ORMappingScheme.
This interface allows to adapt various object relational mapping schemes to the SQL code generator.
ORMappingSchemeImp - class tudresden.ocl.sql.ORMappingSchemeImp.
An implementation of the ORMappingScheme interface.
ORMappingSchemeImp(ORMapping) - Constructor for class tudresden.ocl.sql.ORMappingSchemeImp
Call this constructor to create an instance of ORMappingSchemeImp.
ORTestScheme - class tudresden.ocl.codegen.decl.ORTestScheme.
A test class that implements ORMappingScheme.
ORTestScheme() - Constructor for class tudresden.ocl.codegen.decl.ORTestScheme
 
ObjectView - class tudresden.ocl.codegen.decl.ObjectView.
An ObjectView is a View on relational tables of a database containing all columns that are part of the relational mapping of a class that has been mapped to the database during an object-relational mapping very complex attributes as attributes containing muliple values or class references are excluded from the view
ObjectView(String, String) - Constructor for class tudresden.ocl.codegen.decl.ObjectView
creates a new ObjectView named viewName for a classifier named className
ObjectView.Column - class tudresden.ocl.codegen.decl.ObjectView.Column.
 
ObjectView.Column(String, String, Table) - Constructor for class tudresden.ocl.codegen.decl.ObjectView.Column
 
ObjectView.Connection - class tudresden.ocl.codegen.decl.ObjectView.Connection.
 
ObjectView.Connection(String, Table, String, Table) - Constructor for class tudresden.ocl.codegen.decl.ObjectView.Connection
 
ObjectViewSchema - class tudresden.ocl.sql.ObjectViewSchema.
Implements ORMappingSchema and realizes the object-view-concept.
ObjectViewSchema(ORMapping, SQLBuilder) - Constructor for class tudresden.ocl.sql.ObjectViewSchema
 
Ocl - class tudresden.ocl.lib.Ocl.
This class constitutes the central interface to generating classes in the OCL class library.
Ocl() - Constructor for class tudresden.ocl.lib.Ocl
 
OclAddable - interface tudresden.ocl.lib.OclAddable.
This interface defines the operation add.
OclAny - class tudresden.ocl.lib.OclAny.
This class represents the part of the OCL type OclAny common to basic types and application types, i.e.
OclAny() - Constructor for class tudresden.ocl.lib.OclAny
 
OclAny(int, String) - Constructor for class tudresden.ocl.lib.OclAny
Constructs an instance representing an undefined value.
OclAnyImpl - class tudresden.ocl.lib.OclAnyImpl.
This class represents the OCL type OclAny.
OclAnyImpl(Object) - Constructor for class tudresden.ocl.lib.OclAnyImpl
A public constructor for OclAnyImpl.
OclAnyImpl(int, String) - Constructor for class tudresden.ocl.lib.OclAnyImpl
constructor for the undefined OclAnyImpl
OclBag - class tudresden.ocl.lib.OclBag.
A OclBag is a unordered collection that may contain duplicates.
OclBag(List) - Constructor for class tudresden.ocl.lib.OclBag
package-visible constructor for OclBag; the ordering of the argument list is not reflected by OclBag
OclBag(int, String) - Constructor for class tudresden.ocl.lib.OclBag
constructor for undefined OclBag
OclBoolean - class tudresden.ocl.lib.OclBoolean.
A class that represents the basic OCL type Boolean.
OclBoolean(int, String) - Constructor for class tudresden.ocl.lib.OclBoolean
constructor for undefined value
OclBoolean(boolean) - Constructor for class tudresden.ocl.lib.OclBoolean
constructor for defined values
OclBooleanEvaluatable - interface tudresden.ocl.lib.OclBooleanEvaluatable.
Instances of (usually inner) classes implementing this class represent OclExpressions that are parameters to iterating methods.
OclClassCastException - exception tudresden.ocl.lib.OclClassCastException.
This class is used rather than OclException whenever the error results from a type mismatch that could not be detected by the Java compiler.
OclClassCastException(String) - Constructor for class tudresden.ocl.lib.OclClassCastException
Create a new exception with the given message string.
OclCollection - class tudresden.ocl.lib.OclCollection.
This class is the abstract superclass of the OCL collection classes Set, Bag and Sequence.
OclCollection(Collection) - Constructor for class tudresden.ocl.lib.OclCollection
package-visible constructor for valid collections
OclCollection(int, String) - Constructor for class tudresden.ocl.lib.OclCollection
Constructs an instance representing an undefined value.
OclComparable - interface tudresden.ocl.lib.OclComparable.
This interface is implemented by classes whose instances can be compared.
OclComparableEvaluatable - interface tudresden.ocl.lib.OclComparableEvaluatable.
Instances of (usually inner) classes implementing this class represent OclExpressions that are parameters to iterating methods.
OclConfig - class tudresden.ocl.injection.ocl.OclConfig.
 
OclConfig() - Constructor for class tudresden.ocl.injection.ocl.OclConfig
 
OclContainer - class tudresden.ocl.lib.OclContainer.
This class is a implementation of OclRoot that is backed by a "contained" OclRoot object.
OclContainer(OclRoot) - Constructor for class tudresden.ocl.lib.OclContainer
create a new OclContainer that contains the OclRoot object given as argument
OclException - exception tudresden.ocl.OclException.
 
OclException(String) - Constructor for class tudresden.ocl.OclException
 
OclException - exception tudresden.ocl.lib.OclException.
A runtime exception thrown to indicate that an error occured during evaluation of the constraint.
OclException(String) - Constructor for class tudresden.ocl.lib.OclException
Create a new OclException with the specified message string.
OclFactory - interface tudresden.ocl.lib.OclFactory.
A interface defining operations expected of a OCL representation factory class.
OclInstrumentor - class tudresden.ocl.injection.ocl.OclInstrumentor.
 
OclInstrumentor(OclConfig) - Constructor for class tudresden.ocl.injection.ocl.OclInstrumentor
 
OclInteger - class tudresden.ocl.lib.OclInteger.
This class represents the basic OCL type Integer.
OclInteger(int) - Constructor for class tudresden.ocl.lib.OclInteger
Usually it's preferable to use this constructor but the factory methods of the class Ocl.
OclInteger(long) - Constructor for class tudresden.ocl.lib.OclInteger
Usually it's preferable to use this constructor but the factory methods of the class Ocl.
OclInteger(int, String) - Constructor for class tudresden.ocl.lib.OclInteger
constructor for undefined OclInteger value
OclIterator - class tudresden.ocl.lib.OclIterator.
The OclIterator is needed to transform OCL iterating methods to Java.
OclIterator(Collection) - Constructor for class tudresden.ocl.lib.OclIterator
 
OclIterator(Iterator) - Constructor for class tudresden.ocl.lib.OclIterator
 
OclMultiplyable - interface tudresden.ocl.lib.OclMultiplyable.
A interface declaring operations expected of classes that have the * and / operators defined.
OclParser - class tudresden.ocl.parser.OclParser.
This class adapts the Parser class generated by SableCC to produce abstract syntax trees (instead of concrete syntax trees).
OclParser(Lexer) - Constructor for class tudresden.ocl.parser.OclParser
 
OclParser.AstFix - class tudresden.ocl.parser.OclParser.AstFix.
 
OclParser.AstFix() - Constructor for class tudresden.ocl.parser.OclParser.AstFix
 
OclParserException - exception tudresden.ocl.parser.OclParserException.
 
OclParserException(String) - Constructor for class tudresden.ocl.parser.OclParserException
 
OclReal - class tudresden.ocl.lib.OclReal.
This class represents the OCL basic type Real.
OclReal(double) - Constructor for class tudresden.ocl.lib.OclReal
Usually it's preferable to use not this constructor but the factory methods of the class Ocl.
OclReal(float) - Constructor for class tudresden.ocl.lib.OclReal
Usually it's preferable to use not this constructor but the factory methods of the class Ocl.
OclReal(int, String) - Constructor for class tudresden.ocl.lib.OclReal
constructor for undefined OclReal value
OclRoot - interface tudresden.ocl.lib.OclRoot.
This interface is implemented by those classes of the library representing Predefined OCL Types, and is therefore the return type of all factory methods in Ocl and OclFactory.
OclRootEvaluatable - interface tudresden.ocl.lib.OclRootEvaluatable.
Instances of (usually inner) classes implementing this class represent OclExpressions that are parameters to iterating methods.
OclSequence - class tudresden.ocl.lib.OclSequence.
A OclSequence is a ordered collection of elements that may contain duplicates.
OclSequence(List) - Constructor for class tudresden.ocl.lib.OclSequence
public constructor for valid OclSequences; it should be considered to use Ocl.getOclSequenceFor(Object o) instead of calling this constructor directly
OclSequence(int, String) - Constructor for class tudresden.ocl.lib.OclSequence
constructor for undefined OclSequence
OclSet - class tudresden.ocl.lib.OclSet.
A OclSet is a collection that does not contain duplicates.
OclSet(Set) - Constructor for class tudresden.ocl.lib.OclSet
public constructor for valid OclSets; usually it is preferrably to use the methods Ocl.getOclRepresentationFor(...) to get instances of library classes
OclSet(List) - Constructor for class tudresden.ocl.lib.OclSet
This constructor should only be used if the parameter is known to contain no duplicates, e.g.
OclSet(int, String) - Constructor for class tudresden.ocl.lib.OclSet
private constructor for undefined OclSet
OclSizable - interface tudresden.ocl.lib.OclSizable.
An interface defining the operation size that is defined on the OCL Collections and on the type String.
OclState - class tudresden.ocl.check.types.OclState.
 
OclState() - Constructor for class tudresden.ocl.check.types.OclState
 
OclState - class tudresden.ocl.lib.OclState.
This class represents the OCL type OclState.
OclState(String) - Constructor for class tudresden.ocl.lib.OclState
 
OclState(OclString) - Constructor for class tudresden.ocl.lib.OclState
 
OclStateAdapter - interface tudresden.ocl.lib.OclStateAdapter.
This interface must be implemented if OclAnys operation oclInState is used.
OclString - class tudresden.ocl.lib.OclString.
This class represents the basic OCL type String.
OclString(String) - Constructor for class tudresden.ocl.lib.OclString
package-visible constructor for OclString
OclString(int, String) - Constructor for class tudresden.ocl.lib.OclString
constructor for undefined OclString
OclSubtractable - interface tudresden.ocl.lib.OclSubtractable.
An interface representing the operation - that is defined for the OCL types Set, Real and Integer.
OclTree - class tudresden.ocl.OclTree.
 
OclTree(Start) - Constructor for class tudresden.ocl.OclTree
 
OclTree() - Constructor for class tudresden.ocl.OclTree
 
OclType - class tudresden.ocl.check.types.OclType.
 
OclType(Type) - Constructor for class tudresden.ocl.check.types.OclType
 
OclType - class tudresden.ocl.lib.OclType.
This class represents the predefined OCL class OclType and gives access to the meta level of OCL.
OclType(Class) - Constructor for class tudresden.ocl.lib.OclType
package-visible constructor for defined OclType objects
OclType(int, String) - Constructor for class tudresden.ocl.lib.OclType
constructor for the undefined OclType object
OclTypeException - exception tudresden.ocl.check.OclTypeException.
 
OclTypeException(String) - Constructor for class tudresden.ocl.check.OclTypeException
 
OclUnsortedCollection - class tudresden.ocl.lib.OclUnsortedCollection.
This class is not defined in the OCL specification.
OclUnsortedCollection(Collection) - Constructor for class tudresden.ocl.lib.OclUnsortedCollection
 
OclUnsortedCollection(int, String) - Constructor for class tudresden.ocl.lib.OclUnsortedCollection
constructor for undefined OCL collection
OmgAdapter - class tudresden.ocl.check.types.xmifacade.OmgAdapter.
 
OmgAdapter() - Constructor for class tudresden.ocl.check.types.xmifacade.OmgAdapter
 
OneTableInheritanceMapping - class tudresden.ocl.sql.orstrategy.OneTableInheritanceMapping.
an Inheritance strategy mapping a whole inheritance tree into one common table
OneTableInheritanceMapping() - Constructor for class tudresden.ocl.sql.orstrategy.OneTableInheritanceMapping
 
OnlyNameFinder - class tudresden.ocl.OnlyNameFinder.
A tree traversal class that searchs for a name in a expression, asserting that there is nothing else in the expression than the name; whether name means TName or APathName can be configured.
OnlyNameFinder(boolean) - Constructor for class tudresden.ocl.OnlyNameFinder
 
OracleSQLBuilder - class tudresden.ocl.sql.OracleSQLBuilder.
Implements the SQLBuilder interface for Oracle specific SQL code.
OracleSQLBuilder() - Constructor for class tudresden.ocl.sql.OracleSQLBuilder
 
OrderColumnMapping - class tudresden.ocl.sql.orstrategy.OrderColumnMapping.
mapping Strategy for ordered Associationends adds a sequence column to the main table of the associationend type
OrderColumnMapping() - Constructor for class tudresden.ocl.sql.orstrategy.OrderColumnMapping
 
OrderedStrategy - interface tudresden.ocl.sql.orstrategy.OrderedStrategy.
an interface for object-relational mapping strategies as used by ORMappingImpl.
OutputTab - class tudresden.ocl.sql.gui.OutputTab.
Panel used for noneditable text-output of sql-scripts
OutputTab(Hashtable) - Constructor for class tudresden.ocl.sql.gui.OutputTab
 
OutputTab.Saver - class tudresden.ocl.sql.gui.OutputTab.Saver.
actionListener for the 'save' Button, saves the text in outputtab, sugessts the directory last used for saving, end a '.sql' file suffix
OutputTab.Saver(Hashtable, JButton) - Constructor for class tudresden.ocl.sql.gui.OutputTab.Saver
 
object - Variable in class tudresden.ocl.injection.ocl.lib.Invariant
 
objectInState(Object, OclState) - Static method in class tudresden.ocl.lib.Ocl
 
objectInState(Object, String) - Method in interface tudresden.ocl.lib.OclStateAdapter
 
objectViews - Variable in class tudresden.ocl.sql.orstrategy.ClassTypeMapping
 
objects - Variable in class tudresden.ocl.sql.gui.ChoiceTab.Setter
 
observedFeatures - Variable in class tudresden.ocl.injection.InstrumentorClass
Collects all features of the current class, which should be observed.
oclAnyOperations - Static variable in class tudresden.ocl.codegen.JavaCodeGenerator
set of all OclAny property names
oclAnyOperations - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclAsType(OclType) - Method in class tudresden.ocl.lib.OclAny
 
oclCollectionOperations - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclExpressions - Variable in class tudresden.ocl.test.TestParser
 
oclInState(OclState) - Method in class tudresden.ocl.lib.OclAny
 
oclIsKindOf(OclType) - Method in class tudresden.ocl.lib.OclAny
This method returns true if the OclType given as parameter is a type of the object whose method is called or a supertype of such a type.
oclIsKindOf(OclType) - Method in class tudresden.ocl.lib.OclInteger
 
oclIsKindOf(OclType) - Method in class tudresden.ocl.lib.OclString
 
oclIsKindOf(OclType) - Method in class tudresden.ocl.lib.OclType
 
oclIsTypeOf(OclType) - Method in class tudresden.ocl.lib.OclAny
This method returns true if the OclType given as parameter is a "type" of this object.
oclIsTypeOf(OclType) - Method in class tudresden.ocl.lib.OclType
 
oclLibPackage - Variable in class tudresden.ocl.codegen.JavaCodeGenerator
The package prefix for all classes of the ocl library in the generated code.
oclLibPackage - Static variable in class tudresden.ocl.test.TestJavaGenerator
 
oclNode - Variable in class tudresden.ocl.parser.OclParser
 
oclNotSupportedFeatures - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclTokBasic1 - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclTokBasic1 - Variable in class tudresden.ocl.codegen.decl.SQLCodeGenerator
 
oclTokBasic2 - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclTokBasic2 - Variable in class tudresden.ocl.codegen.decl.SQLCodeGenerator
 
oclTokBasic3 - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclTokBasic3 - Variable in class tudresden.ocl.codegen.decl.SQLCodeGenerator
 
oclTokens - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclTokens - Variable in class tudresden.ocl.codegen.decl.SQLCodeGenerator
 
oclTree - Variable in class tudresden.ocl.ASTViewer
 
oclTree - Variable in class tudresden.ocl.normalize.MultipleIteratorSolving.BoundNameFinder
 
oclType() - Method in class tudresden.ocl.lib.OclAny
This property is no longer present in OCL 1.3.
oclType() - Method in class tudresden.ocl.lib.OclAnyImpl
This property is no longer present in OCL 1.3.
oclType() - Method in class tudresden.ocl.lib.OclBoolean
This property is no longer present in OCL 1.3.
oclType() - Method in class tudresden.ocl.lib.OclInteger
This property is no longer present in OCL 1.3.
oclType() - Method in class tudresden.ocl.lib.OclReal
This property is no longer present in OCL 1.3.
oclType() - Method in class tudresden.ocl.lib.OclString
This property is no longer present in OCL 1.3.
oclTypeOperations - Variable in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
oclconf - Variable in class tudresden.ocl.injection.ocl.Main
 
onAddFileBtn(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.SpecifyTypeTraceSourceDialog
 
onAttributeChanged(Writer, JavaAttribute, boolean) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onAttributeChanged(Writer, JavaAttribute, boolean) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onAttributeChanged(Writer, JavaAttribute, boolean) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onAttributeChanged(Writer, JavaAttribute, boolean) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onAttributeHeader(JavaAttribute) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered the header of a java attribute.
onAttributeHeader(JavaAttribute) - Method in class tudresden.ocl.injection.Instrumentor
 
onAttributeHeader(JavaAttribute) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onAttributeHeader(JavaAttribute) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
 
onAttributeHeader(JavaAttribute) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
 
onAttributeHeader(JavaAttribute) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onBehaviourHeader(JavaBehaviour) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered the header of a java method.
onBehaviourHeader(JavaBehaviour) - Method in class tudresden.ocl.injection.Instrumentor
 
onBehaviourHeader(JavaBehaviour) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onBehaviourHeader(JavaBehaviour) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered the header of a java method.
onBehaviourHeader(JavaBehaviour) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered the header of a java method.
onBehaviourHeader(JavaBehaviour) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onCancelButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditorPreferences
 
onCaretUpdate(CaretEvent) - Method in class tudresden.ocl.gui.OCLEditor
 
onClass(JavaClass) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered a class header.
onClass(JavaClass) - Method in class tudresden.ocl.injection.Instrumentor
 
onClass(JavaClass) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onClass(JavaClass) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered a class header.
onClass(JavaClass) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered a class header.
onClass(JavaClass) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onClassEnd(JavaClass) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered the end of a class.
onClassEnd(JavaClass) - Method in class tudresden.ocl.injection.Instrumentor
 
onClassEnd(Writer, JavaClass) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onClassEnd(Writer, JavaClass) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onClassEnd(Writer, JavaClass) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onClassEnd(Writer, JavaClass) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onClassEnd(JavaClass) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onClassEnd(JavaClass) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered the end of a class.
onClassEnd(JavaClass) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered the end of a class.
onClassEnd(JavaClass) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onClassEndPerFeature(Writer, JavaFeature) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onClassEndPerFeature(Writer, JavaFeature) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onClassEndPerFeature(Writer, JavaFeature) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onClassEndPerFeature(Writer, JavaFeature) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onClassFeature(JavaFeature, String) - Method in interface tudresden.ocl.injection.InjectionConsumer
Called for attributes and methods.
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.Instrumentor
 
onClassFeature(JavaFeature, String) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Called for attributes and methods.
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Called for attributes and methods.
onClassFeature(JavaFeature, String) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onCloseBtn(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.SpecifyTypeTraceSourceDialog
 
onComponentChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer
Invoked when the component that represents a property page has changed.
onComponentChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Invoked when the component that represents a property page has changed.
onComponentChanged(PropertyPageEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageListener
Invoked when the component that represents a property page has changed.
onDescriptorModified(AbstractDescriptor.AbstractDescriptorEvent) - Method in interface tudresden.ocl.injection.reverseeng.AbstractDescriptor.AbstractDescriptorListener
 
onDescriptorModified(AbstractDescriptor.AbstractDescriptorEvent) - Method in class tudresden.ocl.injection.reverseeng.DocCommentViewer
 
onDescriptorModified(AbstractDescriptor.AbstractDescriptorEvent) - Method in class tudresden.ocl.injection.reverseeng.FeatureOverviewPage.ContainingLevel
 
onDescriptorModified(AbstractDescriptor.AbstractDescriptorEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengTreeNode
 
onDirtyChanged(RevengTreeNode, boolean) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
Invoked whenever the current tree node's dirty flag changes.
onDocComment(String) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered a java documentation comment.
onDocComment(String) - Method in class tudresden.ocl.injection.Instrumentor
 
onDocComment(JavaClass, String) - Method in interface tudresden.ocl.injection.TaskInstrumentor
Called for any non-file-level javadoc comment inside a class jc.
onDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onDocComment(String) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onDocComment(String) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered a java comment.
onDocComment(String) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered a java documentation comment.
onDocComment(String) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onEditButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
 
onEnabledChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer
Invoked when the enabled state of a property page has changed.
onEnabledChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Invoked when the enabled state of a property page has changed.
onEnabledChanged(PropertyPageEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageListener
Invoked when the enabled state of a property page has changed.
onExploreFromHere(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onExplorerNodeCollapsed(TreeExpansionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onExplorerNodeWillExpand(TreeExpansionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onExplorerSelectionChanged(TreeSelectionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onField(Field, Object) - Method in class tudresden.ocl.injection.ocl.lib.Invariant
 
onField(Field, Object) - Method in interface tudresden.ocl.lib.FeatureListener
Is called, when the ocl library accesses an attribute of an application object.
onFileDocComment(String) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered a java documentation comment.
onFileDocComment(String) - Method in class tudresden.ocl.injection.Instrumentor
 
onFileDocComment(JavaClass, String) - Method in interface tudresden.ocl.injection.TaskInstrumentor
Called for file-level javadoc comments that can be linked to a class jc.
onFileDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onFileDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onFileDocComment(JavaClass, String) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
Called for file-level javadoc comments that can be linked to a class jc.
onFileDocComment(String) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onFileDocComment(String) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
 
onFileDocComment(String) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
 
onFileDocComment(String) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onFileEnd() - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered the end of the input stream.
onFileEnd() - Method in class tudresden.ocl.injection.Instrumentor
 
onFileEnd() - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onFileEnd() - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered the end of the input stream.
onFileEnd() - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered the end of the input stream.
onFileEnd() - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onFinalRemove() - Method in class tudresden.ocl.injection.reverseeng.DocCommentViewer
 
onFinalRemove() - Method in class tudresden.ocl.injection.reverseeng.FeatureOverviewPage
 
onIconChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer
Invoked when the icon of a property page changes.
onIconChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Invoked when the icon of a property page changes.
onIconChanged(PropertyPageEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageListener
Invoked when the icon of a property page changes.
onImport(String) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered an import statement.
onImport(String) - Method in class tudresden.ocl.injection.Instrumentor
 
onImport(String) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onImport(String) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered an import statement.
onImport(String) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered an import statement.
onImport(String) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onMethod(Method, Object) - Method in class tudresden.ocl.injection.ocl.lib.Invariant
 
onMethod(Method, Object) - Method in interface tudresden.ocl.lib.FeatureListener
Is called, when the ocl library accesses a method of an application object.
onNewConstraintButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
 
onNewErrorMessage(ActionEvent) - Method in class tudresden.ocl.parser.JEditParserMessageTables
 
onOKButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditorPreferences
 
onPackage(JavaFile) - Method in interface tudresden.ocl.injection.InjectionConsumer
Encountered a package statement.
onPackage(JavaFile) - Method in class tudresden.ocl.injection.Instrumentor
 
onPackage(JavaFile) - Method in class tudresden.ocl.injection.ocl.SourceReflectionExtender.ReflectionConsumer
 
onPackage(JavaFile) - Method in class tudresden.ocl.injection.reverseeng.AnalysisConsumer
Encountered a package statement.
onPackage(JavaFile) - Method in class tudresden.ocl.injection.reverseeng.FileSaveConsumer
Encountered a package statement.
onPackage(JavaFile) - Method in class tudresden.ocl.injection.test.TestInjectionConsumer
 
onPreferencesButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
 
onPropertyPageAdded(PropertyPageContainerEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerAdapter
Invoked when a page was added to the property page container.
onPropertyPageAdded(PropertyPageContainerEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerListener
Invoked when a page was added to the property page container.
onPropertyPageRemoved(PropertyPageContainer) - Method in class tudresden.ocl.injection.reverseeng.propertypages.DefaultPropertyPage
Invoked by the property page container to indicate removal of the page from the container.
onPropertyPageRemoved(PropertyPageContainer) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.PropertyPage
Invoked by the property page container to indicate removal of the page from the container.
onPropertyPageRemoved(PropertyPageContainerEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerAdapter
Invoked when a page was removed from the property page container.
onPropertyPageRemoved(PropertyPageContainerEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageContainerListener
Invoked when a page was removed from the property page container.
onQuickBarButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
 
onRemoveConstraintButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
React to the remove button.
onRemoveErrorMessage(ActionEvent) - Method in class tudresden.ocl.parser.JEditParserMessageTables
 
onRemoveFileBtn(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.SpecifyTypeTraceSourceDialog
 
onSaveAllButton(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onSaveButton(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onSaveButton(ActionEvent) - Method in class tudresden.ocl.parser.JEditParserMessageTables
 
onSpecifyTypeTraceLogs(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onSubmitConstraintButton(ActionEvent) - Method in class tudresden.ocl.gui.OCLEditor
React to the submit button.
onTitleChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer
Invoked when the title of a property page changes.
onTitleChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Invoked when the title of a property page changes.
onTitleChanged(PropertyPageEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageListener
Invoked when the title of a property page changes.
onToolTipChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.PropertyPageContainer
Invoked when the tool tip associated with a property page changes.
onToolTipChanged(PropertyPageEvent) - Method in class tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageAdapter
Invoked when the tool tip associated with a property page changes.
onToolTipChanged(PropertyPageEvent) - Method in interface tudresden.ocl.injection.reverseeng.propertypages.events.PropertyPageListener
Invoked when the tool tip associated with a property page changes.
onTypeSelectionChanged(String) - Method in interface tudresden.ocl.injection.reverseeng.TypeEditPage.TypeDescriptor
 
onUpOneLevel(ActionEvent) - Method in class tudresden.ocl.injection.reverseeng.RevengGUI
 
onViolation(String) - Method in class tudresden.ocl.test.TestInjection
 
onWrapperConstructor(Writer, JavaConstructor) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onWrapperConstructor(Writer, JavaConstructor) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onWrapperConstructor(Writer, JavaConstructor) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onWrapperConstructor(Writer, JavaConstructor) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onWrapperDefaultConstructor(Writer, JavaClass) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onWrapperDefaultConstructor(Writer, JavaClass) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onWrapperDefaultConstructor(Writer, JavaClass) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onWrapperDefaultConstructor(Writer, JavaClass) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onWrapperPost(Writer, JavaMethod) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onWrapperPost(Writer, JavaMethod) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onWrapperPost(Writer, JavaMethod) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onWrapperPost(Writer, JavaMethod) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
onWrapperPre(Writer, JavaMethod) - Method in interface tudresden.ocl.injection.TaskInstrumentor
 
onWrapperPre(Writer, JavaMethod) - Method in class tudresden.ocl.injection.TypeCheckInstrumentor
 
onWrapperPre(Writer, JavaMethod) - Method in class tudresden.ocl.injection.TypeTraceInstrumentor
 
onWrapperPre(Writer, JavaMethod) - Method in class tudresden.ocl.injection.ocl.OclInstrumentor
 
oneMany - Variable in class tudresden.ocl.sql.gui.InitTab
 
oneManyStrategies - Variable in class tudresden.ocl.sql.gui.InitTab
 
oneOne - Variable in class tudresden.ocl.sql.gui.InitTab
 
oneOneStrategies - Variable in class tudresden.ocl.sql.gui.InitTab
 
oneTablePerAssociation - Variable in class tudresden.ocl.sql.ORMappingImp
The flag to determine whether each association is mapped to a separate table or not (default is no or rather false).
open(OclTree, NormalizerPass) - Method in class tudresden.ocl.normalize.CollectShorthandExpansion
 
open(OclTree, NormalizerPass) - Method in class tudresden.ocl.normalize.ConstraintNaming
 
open(OclTree, NormalizerPass) - Method in class tudresden.ocl.normalize.DefaultContextInsertion
 
open(OclTree, NormalizerPass) - Method in class tudresden.ocl.normalize.IteratorInsertion
 
open(OclTree, NormalizerPass) - Method in interface tudresden.ocl.normalize.NodeNormalizer
allows the NodeNormalizers to initialize itself.
open(OclTree, NormalizerPass) - Method in class tudresden.ocl.normalize.TypeInformationInsertion
 
openNormalizers(OclTree) - Method in class tudresden.ocl.normalize.NormalizerPass
 
operations - Variable in class tudresden.ocl.check.types.xmifacade.ModelClass
Maps operation names to collections of operations with this name.
operations() - Method in class tudresden.ocl.check.types.xmifacade.ModelClass
 
operations() - Method in class tudresden.ocl.codegen.decl.MappedClass
 
operations() - Method in class tudresden.ocl.lib.OclType
 
operations(String) - Method in interface tudresden.ocl.sql.ORMapping
 
operations(String) - Method in class tudresden.ocl.sql.ORMappingImp
 
operations(String) - Method in class tudresden.ocl.sql.ORMappingImpl
returns a Set containing the names of all operations of classifier
operations(String) - Method in class tudresden.ocl.test.sql.UniversityExampleSchema
 
operatorCode - Variable in class tudresden.ocl.codegen.JavaCodeGenerator
maps Nodes for operators (ALogicalOperator, ARelationalOperator...) to the String containing their Java representation
optional - Variable in class tudresden.ocl.codegen.decl.Table.Column
 
or(OclBoolean) - Method in class tudresden.ocl.lib.OclBoolean
 
orderStrategies - Variable in class tudresden.ocl.sql.ORMappingImpl
 
orderStrategies - Variable in class tudresden.ocl.sql.gui.ChoiceTab
 
ordered - Variable in class tudresden.ocl.sql.gui.InitTab
 
orderedStrategies - Variable in class tudresden.ocl.sql.gui.InitTab
 
orm - Variable in class tudresden.ocl.test.sql.TestILSQLCodeGenerator
 
ormClassToTableMode - Variable in class tudresden.ocl.sql.OCL2SQL
 
ormNumOfPKColumns - Variable in class tudresden.ocl.sql.OCL2SQL
 
ormOneTablePerAss - Variable in class tudresden.ocl.sql.OCL2SQL
 
ormPKColType - Variable in class tudresden.ocl.sql.OCL2SQL
 
othersAreMultiple - Variable in class tudresden.ocl.check.types.xmifacade.ModelAssociationEnd
 
out - Variable in class tudresden.ocl.parser.analysis.AnalysisAdapter
 
outAActualParameterList(AActualParameterList) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAActualParameterList(AActualParameterList) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAActualParameterListTail(AActualParameterListTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAActualParameterListTail(AActualParameterListTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAAdditiveExpression(AAdditiveExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
a + b
Ocl? result=Ocl.toOcl?(a).add(Ocl.toOcl?(b));
with Ocl? = OclReal | OclInteger | OclSet
outAAdditiveExpression(AAdditiveExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAAdditiveExpression(AAdditiveExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAAdditiveExpressionTail(AAdditiveExpressionTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAAdditiveExpressionTail(AAdditiveExpressionTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAAndLogicalOperator(AAndLogicalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAAndLogicalOperator(AAndLogicalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAArrowPostfixExpressionTailBegin(AArrowPostfixExpressionTailBegin) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAArrowPostfixExpressionTailBegin(AArrowPostfixExpressionTailBegin) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outABagCollectionKind(ABagCollectionKind) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outABagCollectionKind(ABagCollectionKind) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outABagCollectionType(ABagCollectionType) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outABagCollectionType(ABagCollectionType) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outABarFcpHelper(ABarFcpHelper) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outABarFcpHelper(ABarFcpHelper) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outABooleanLiteral(ABooleanLiteral) - Method in class tudresden.ocl.check.TypeChecker
 
outABooleanLiteral(ABooleanLiteral) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outABooleanLiteral(ABooleanLiteral) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outABooleanLiteral(ABooleanLiteral) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAClassifierContext(AClassifierContext) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAClassifierContext(AClassifierContext) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAClassifierContextBody(AClassifierContextBody) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAClassifierContextBody(AClassifierContextBody) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAClassifierHead(AClassifierHead) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAClassifierHead(AClassifierHead) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outACollectionCollectionKind(ACollectionCollectionKind) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outACollectionCollectionKind(ACollectionCollectionKind) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outACollectionCollectionType(ACollectionCollectionType) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outACollectionCollectionType(ACollectionCollectionType) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outACollectionTypeName(ACollectionTypeName) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outACollectionTypeName(ACollectionTypeName) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAColonFcpHelper(AColonFcpHelper) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAColonFcpHelper(AColonFcpHelper) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outACommaFcpHelper(ACommaFcpHelper) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outACommaFcpHelper(ACommaFcpHelper) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAConcreteFeatureCallParameters(AConcreteFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAConcreteFeatureCallParameters(AConcreteFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAConstraint(AConstraint) - Method in class tudresden.ocl.normalize.VariableClarification
 
outAConstraint(AConstraint) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAConstraint(AConstraint) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAConstraintBody(AConstraintBody) - Method in class tudresden.ocl.check.TypeChecker
 
outAConstraintBody(AConstraintBody) - Method in class tudresden.ocl.codegen.decl.ILSQLCodeGenerator
 
outAConstraintBody(AConstraintBody) - Method in class tudresden.ocl.codegen.decl.SQLCodeGenerator
 
outAConstraintBody(AConstraintBody) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAConstraintBody(AConstraintBody) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAContextDeclaration(AContextDeclaration) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAContextDeclaration(AContextDeclaration) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outADeclaratorTail(ADeclaratorTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outADeclaratorTail(ADeclaratorTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outADeclaratorTypeDeclaration(ADeclaratorTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outADeclaratorTypeDeclaration(ADeclaratorTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outADivMultiplyOperator(ADivMultiplyOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outADivMultiplyOperator(ADivMultiplyOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outADotPostfixExpressionTailBegin(ADotPostfixExpressionTailBegin) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outADotPostfixExpressionTailBegin(ADotPostfixExpressionTailBegin) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEmptyFeatureCallParameters(AEmptyFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEmptyFeatureCallParameters(AEmptyFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEnumLiteral(AEnumLiteral) - Method in class tudresden.ocl.check.TypeChecker
 
outAEnumLiteral(AEnumLiteral) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAEnumLiteral(AEnumLiteral) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEnumLiteral(AEnumLiteral) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEnumSimpleTypeSpecifier(AEnumSimpleTypeSpecifier) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEnumSimpleTypeSpecifier(AEnumSimpleTypeSpecifier) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEnumerationType(AEnumerationType) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEnumerationType(AEnumerationType) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEnumerationTypeTail(AEnumerationTypeTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEnumerationTypeTail(AEnumerationTypeTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAEqualRelationalOperator(AEqualRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAEqualRelationalOperator(AEqualRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAExpression(AExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAExpression(AExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAExpression(AExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAExpressionListOrRange(AExpressionListOrRange) - Method in class tudresden.ocl.check.TypeChecker
 
outAExpressionListOrRange(AExpressionListOrRange) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAExpressionListOrRange(AExpressionListOrRange) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAExpressionListOrRange(AExpressionListOrRange) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAExpressionListTail(AExpressionListTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAExpressionListTail(AExpressionListTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFeatureCall(AFeatureCall) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFeatureCall(AFeatureCall) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFeatureCallParameters(AFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFeatureCallParameters(AFeatureCallParameters) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFeaturePrimaryExpression(AFeaturePrimaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAFeaturePrimaryExpression(AFeaturePrimaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFeaturePrimaryExpression(AFeaturePrimaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFormalParameter(AFormalParameter) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFormalParameter(AFormalParameter) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFormalParameterList(AFormalParameterList) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFormalParameterList(AFormalParameterList) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAFormalParameterListTail(AFormalParameterListTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAFormalParameterListTail(AFormalParameterListTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAGtRelationalOperator(AGtRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAGtRelationalOperator(AGtRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAGteqRelationalOperator(AGteqRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAGteqRelationalOperator(AGteqRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAIfExpression(AIfExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAIfExpression(AIfExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
if a then b else c endif
Ocl? result=(a.isTrue()) ? (b) : (c);
outAIfExpression(AIfExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAIfExpression(AIfExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAIfPrimaryExpression(AIfPrimaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAIfPrimaryExpression(AIfPrimaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAIfPrimaryExpression(AIfPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAIfPrimaryExpression(AIfPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAImpliesLogicalOperator(AImpliesLogicalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAImpliesLogicalOperator(AImpliesLogicalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAIntegerLiteral(AIntegerLiteral) - Method in class tudresden.ocl.check.TypeChecker
 
outAIntegerLiteral(AIntegerLiteral) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAIntegerLiteral(AIntegerLiteral) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAIntegerLiteral(AIntegerLiteral) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAInvStereotype(AInvStereotype) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAInvStereotype(AInvStereotype) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAIterateDeclarator(AIterateDeclarator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAIterateDeclarator(AIterateDeclarator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAIterateFcpHelper(AIterateFcpHelper) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAIterateFcpHelper(AIterateFcpHelper) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALetExpression(ALetExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outALetExpression(ALetExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALetExpression(ALetExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALetExpressionTypeDeclaration(ALetExpressionTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALetExpressionTypeDeclaration(ALetExpressionTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAListExpressionListOrRangeTail(AListExpressionListOrRangeTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAListExpressionListOrRangeTail(AListExpressionListOrRangeTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALitColPrimaryExpression(ALitColPrimaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outALitColPrimaryExpression(ALitColPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALitColPrimaryExpression(ALitColPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALiteralCollection(ALiteralCollection) - Method in class tudresden.ocl.check.TypeChecker
 
outALiteralCollection(ALiteralCollection) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALiteralCollection(ALiteralCollection) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALiteralPrimaryExpression(ALiteralPrimaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outALiteralPrimaryExpression(ALiteralPrimaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outALiteralPrimaryExpression(ALiteralPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALiteralPrimaryExpression(ALiteralPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALogicalExpression(ALogicalExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outALogicalExpression(ALogicalExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
and, or and xor have precedence over implies (and binds as strongly as or)
outALogicalExpression(ALogicalExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALogicalExpression(ALogicalExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALogicalExpressionTail(ALogicalExpressionTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALogicalExpressionTail(ALogicalExpressionTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALtRelationalOperator(ALtRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALtRelationalOperator(ALtRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outALteqRelationalOperator(ALteqRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outALteqRelationalOperator(ALteqRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAMinusAddOperator(AMinusAddOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAMinusAddOperator(AMinusAddOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAMinusUnaryOperator(AMinusUnaryOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAMinusUnaryOperator(AMinusUnaryOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAMultMultiplyOperator(AMultMultiplyOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAMultMultiplyOperator(AMultMultiplyOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAMultiplicativeExpression(AMultiplicativeExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAMultiplicativeExpression(AMultiplicativeExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
a * b
Ocl? result=Ocl.toOcl?(a).multiply(Ocl.toOcl?(b));
with Ocl? = OclReal | OclInteger
outAMultiplicativeExpression(AMultiplicativeExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAMultiplicativeExpression(AMultiplicativeExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAMultiplicativeExpressionTail(AMultiplicativeExpressionTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAMultiplicativeExpressionTail(AMultiplicativeExpressionTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outANEqualRelationalOperator(ANEqualRelationalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outANEqualRelationalOperator(ANEqualRelationalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outANamePathNameBegin(ANamePathNameBegin) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outANamePathNameBegin(ANamePathNameBegin) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outANamePathNameEnd(ANamePathNameEnd) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outANamePathNameEnd(ANamePathNameEnd) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outANonCollectionTypeName(ANonCollectionTypeName) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outANonCollectionTypeName(ANonCollectionTypeName) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outANotUnaryOperator(ANotUnaryOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outANotUnaryOperator(ANotUnaryOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAOperationContext(AOperationContext) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAOperationContext(AOperationContext) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAOperationContextBody(AOperationContextBody) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAOperationContextBody(AOperationContextBody) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAOrLogicalOperator(AOrLogicalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAOrLogicalOperator(AOrLogicalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPathName(APathName) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPathName(APathName) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPathNameTail(APathNameTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPathNameTail(APathNameTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPathSimpleTypeSpecifier(APathSimpleTypeSpecifier) - Method in class tudresden.ocl.check.TypeChecker
 
outAPathSimpleTypeSpecifier(APathSimpleTypeSpecifier) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPathSimpleTypeSpecifier(APathSimpleTypeSpecifier) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPathTypeName(APathTypeName) - Method in class tudresden.ocl.check.TypeChecker
 
outAPathTypeName(APathTypeName) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPathTypeName(APathTypeName) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPathTypeNameTail(APathTypeNameTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPathTypeNameTail(APathTypeNameTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPlusAddOperator(APlusAddOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPlusAddOperator(APlusAddOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPostStereotype(APostStereotype) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPostStereotype(APostStereotype) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPostfixExpression(APostfixExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAPostfixExpression(APostfixExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPostfixExpression(APostfixExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPostfixExpressionTail(APostfixExpressionTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPostfixExpressionTail(APostfixExpressionTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPostfixUnaryExpression(APostfixUnaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAPostfixUnaryExpression(APostfixUnaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAPostfixUnaryExpression(APostfixUnaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPostfixUnaryExpression(APostfixUnaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAPreStereotype(APreStereotype) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAPreStereotype(APreStereotype) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAQualifiers(AQualifiers) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAQualifiers(AQualifiers) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outARangeExpressionListOrRangeTail(ARangeExpressionListOrRangeTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outARangeExpressionListOrRangeTail(ARangeExpressionListOrRangeTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outARealLiteral(ARealLiteral) - Method in class tudresden.ocl.check.TypeChecker
 
outARealLiteral(ARealLiteral) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outARealLiteral(ARealLiteral) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outARealLiteral(ARealLiteral) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outARelationalExpression(ARelationalExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outARelationalExpression(ARelationalExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
a<b = c>d is not allowed by the OCL grammar, therefore we need not care about precedence
outARelationalExpression(ARelationalExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outARelationalExpression(ARelationalExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outARelationalExpressionTail(ARelationalExpressionTail) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outARelationalExpressionTail(ARelationalExpressionTail) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAReturnTypeDeclaration(AReturnTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAReturnTypeDeclaration(AReturnTypeDeclaration) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outASequenceCollectionKind(ASequenceCollectionKind) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outASequenceCollectionKind(ASequenceCollectionKind) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outASequenceCollectionType(ASequenceCollectionType) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outASequenceCollectionType(ASequenceCollectionType) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outASetCollectionKind(ASetCollectionKind) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outASetCollectionKind(ASetCollectionKind) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outASetCollectionType(ASetCollectionType) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outASetCollectionType(ASetCollectionType) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAStandardDeclarator(AStandardDeclarator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAStandardDeclarator(AStandardDeclarator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAStringLiteral(AStringLiteral) - Method in class tudresden.ocl.check.TypeChecker
 
outAStringLiteral(AStringLiteral) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
 
outAStringLiteral(AStringLiteral) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAStringLiteral(AStringLiteral) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outATimeExpression(ATimeExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outATimeExpression(ATimeExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outATypeNamePathNameBegin(ATypeNamePathNameBegin) - Method in class tudresden.ocl.check.TypeChecker
 
outATypeNamePathNameBegin(ATypeNamePathNameBegin) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outATypeNamePathNameBegin(ATypeNamePathNameBegin) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outATypeNamePathNameEnd(ATypeNamePathNameEnd) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outATypeNamePathNameEnd(ATypeNamePathNameEnd) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAUnaryUnaryExpression(AUnaryUnaryExpression) - Method in class tudresden.ocl.check.TypeChecker
 
outAUnaryUnaryExpression(AUnaryUnaryExpression) - Method in class tudresden.ocl.codegen.JavaCodeGenerator
not a
OclBoolean result=a.not();
outAUnaryUnaryExpression(AUnaryUnaryExpression) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAUnaryUnaryExpression(AUnaryUnaryExpression) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outAXorLogicalOperator(AXorLogicalOperator) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outAXorLogicalOperator(AXorLogicalOperator) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outStart(Start) - Method in class tudresden.ocl.Visualizer
 
outStart(Start) - Method in class tudresden.ocl.parser.analysis.DepthFirstAdapter
 
outStart(Start) - Method in class tudresden.ocl.parser.analysis.ReversedDepthFirstAdapter
 
outbuf - Variable in class tudresden.ocl.injection.Injector
 
outbufvalid - Variable in class tudresden.ocl.injection.Injector
 
output - Variable in class tudresden.ocl.ASTTextGenerator
 
output - Variable in class tudresden.ocl.injection.Injector
 
output - Variable in class tudresden.ocl.injection.Instrumentor
 
output - Variable in class tudresden.ocl.injection.test.TestInjection
 
output - Variable in class tudresden.ocl.injection.test.TestInjectionConsumer
 
output - Variable in class tudresden.ocl.sql.gui.SchemaGeneratorGUI
 
outputfile - Variable in class tudresden.ocl.injection.test.TestInjection
 
ov - Variable in class tudresden.ocl.sql.orstrategy.OneTableInheritanceMapping
 
owner - Variable in class tudresden.ocl.test.royloy.CustomerCard
 
ownerTable - Variable in class tudresden.ocl.sql.orstrategy.ClassTypeMapping
 

Dresden OCL Toolkit
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.