Uses of Interface
org.eclipse.ocl.examples.pivot.util.Visitable

Packages that use Visitable
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.stepper   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
 

Uses of Visitable in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type Visitable
 CGValuedElement AS2CGVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.codegen.java
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type Visitable
static PrettyPrintOptions.Global JavaStream.createOptions(Visitable element)
           
 

Uses of Visitable in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type Visitable
 java.lang.Object OCLinEcoreTablesUtils.DeclareParameterTypeVisitor.visiting(Visitable visitable)
           
 java.lang.Object OCLinEcoreTablesUtils.EmitLiteralVisitor.visiting(Visitable visitable)
           
 java.lang.Object OCLinEcoreTablesUtils.EmitQualifiedLiteralVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.debug.evaluator
 

Methods in org.eclipse.ocl.examples.debug.evaluator with parameters of type Visitable
protected  java.lang.Object OCLVMEvaluationVisitor.badVisit(Visitable visitable, Element preState, java.lang.Throwable e)
           
protected  java.lang.Object OCLVMEvaluationVisitor.postVisit(Visitable visitable, Element prologue, java.lang.Object result)
           
protected  Element OCLVMEvaluationVisitor.preVisit(Visitable visitable)
           
 java.lang.Object IOCLVMEvaluationVisitor.safeVisit(Visitable v)
           
 java.lang.Object OCLVMEvaluationVisitorDecorator.safeVisit(Visitable v)
           
 java.lang.Boolean OCLIsBreakpointableVisitor.visiting(Visitable visitable)
           
 java.lang.Object OCLVMEvaluationVisitorDecorator.visiting(Visitable visitable)
          Delegates to my decorated visitor.
 

Uses of Visitable in org.eclipse.ocl.examples.debug.stepper
 

Methods in org.eclipse.ocl.examples.debug.stepper with parameters of type Visitable
 IStepper OCLStepperVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot
 

Subinterfaces of Visitable in org.eclipse.ocl.examples.pivot
 interface Annotation
          A representation of the model object 'Annotation'.
 interface AnyType
          A representation of the model object 'Any Type'.
 interface AssociationClass
          A representation of the model object 'Association Class'.
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface Behavior
          A representation of the model object 'Behavior'.
 interface BooleanLiteralExp
          A representation of the model object 'Boolean Literal Exp'.
 interface CallExp
          A representation of the model object 'Call Exp'.
 interface CallOperationAction
          A representation of the model object 'Call Operation Action'.
 interface Class
          A representation of the model object 'Class'.
 interface CollectionItem
          A representation of the model object 'Collection Item'.
 interface CollectionLiteralExp
          A representation of the model object 'Collection Literal Exp'.
 interface CollectionLiteralPart
          A representation of the model object 'Collection Literal Part'.
 interface CollectionRange
          A representation of the model object 'Collection Range'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface Comment
          A representation of the model object 'Comment'.
 interface ConnectionPointReference
          A representation of the model object 'Connection Point Reference'.
 interface Constraint
          A representation of the model object 'Constraint'.
 interface ConstructorExp
          A representation of the model object 'Constructor Exp'.
 interface ConstructorPart
          A representation of the model object 'Constructor Part'.
 interface DataType
          A representation of the model object 'Data Type'.
 interface Detail
          A representation of the model object 'Detail'.
 interface DynamicElement
          A representation of the model object 'Dynamic Element'.
 interface DynamicProperty
          A representation of the model object 'Dynamic Property'.
 interface DynamicType
          A representation of the model object 'Dynamic Type'.
 interface Element
          A representation of the model object 'Element'.
 interface ElementExtension
          A representation of the model object 'Applied Stereotype'.
 interface Enumeration
          A representation of the model object 'Enumeration'.
 interface EnumerationLiteral
          A representation of the model object 'Enumeration Literal'.
 interface EnumLiteralExp
          A representation of the model object 'Enum Literal Exp'.
 interface ExpressionInOCL
          A representation of the model object 'Expression In Ocl'.
 interface Feature
          A representation of the model object 'Feature'.
 interface FeatureCallExp
          A representation of the model object 'Feature Call Exp'.
 interface FinalState
          A representation of the model object 'Final State'.
 interface IfExp
          A representation of the model object 'If Exp'.
 interface Import
          A representation of the model object 'Import'.
 interface IntegerLiteralExp
          A representation of the model object 'Integer Literal Exp'.
 interface InvalidLiteralExp
          A representation of the model object 'Invalid Literal Exp'.
 interface InvalidType
          A representation of the model object 'Invalid Type'.
 interface IterateExp
          A representation of the model object 'Iterate Exp'.
 interface Iteration
          A representation of the model object 'Iteration'.
 interface IteratorExp
          A representation of the model object 'Iterator Exp'.
 interface LambdaType
          A representation of the model object 'Lambda Type'.
 interface LetExp
          A representation of the model object 'Let Exp'.
 interface Library
          A representation of the model object 'Library'.
 interface LiteralExp
          A representation of the model object 'Literal Exp'.
 interface LoopExp
          A representation of the model object 'Loop Exp'.
 interface MessageExp
          A representation of the model object 'Message Exp'.
 interface MessageType
          A representation of the model object 'Message Type'.
 interface Metaclass<T>
          A representation of the model object 'Classifier Type'.
 interface NamedElement
          A representation of the model object 'Named Element'.
 interface Namespace
          A representation of the model object 'Namespace'.
 interface NavigationCallExp
          A representation of the model object 'Navigation Call Exp'.
 interface NullLiteralExp
          A representation of the model object 'Null Literal Exp'.
 interface NumericLiteralExp
          A representation of the model object 'Numeric Literal Exp'.
 interface OCLExpression
          A representation of the model object 'Ocl Expression'.
 interface OpaqueExpression
          A representation of the model object 'Opaque Expression'.
 interface Operation
          A representation of the model object 'Operation'.
 interface OperationCallExp
          A representation of the model object 'Operation Call Exp'.
 interface OperationTemplateParameter
          A representation of the model object 'Operation Template Parameter'.
 interface OppositePropertyCallExp
          A representation of the model object 'Opposite Property Call Exp'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface Package
          A representation of the model object 'Package'.
 interface PackageableElement
          A representation of the model object 'Packageable Element'.
 interface Parameter
          A representation of the model object 'Parameter'.
 interface ParameterableElement
          A representation of the model object 'Parameterable Element'.
 interface Precedence
          A representation of the model object 'Precedence'.
 interface PrimitiveLiteralExp
          A representation of the model object 'Primitive Literal Exp'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface Profile
          A representation of the model object 'Profile'.
 interface ProfileApplication
          A representation of the model object 'Profile Application'.
 interface Property
          A representation of the model object 'Property'.
 interface PropertyCallExp
          A representation of the model object 'Property Call Exp'.
 interface Pseudostate
          A representation of the model object 'Pseudostate'.
 interface RealLiteralExp
          A representation of the model object 'Real Literal Exp'.
 interface Region
          A representation of the model object 'Region'.
 interface Root
          A representation of the model object 'Root'.
 interface SelfType
          A representation of the model object 'Self Type'.
 interface SendSignalAction
          A representation of the model object 'Send Signal Action'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface Signal
          A representation of the model object 'Signal'.
 interface State
          A representation of the model object 'State'.
 interface StateExp
          A representation of the model object 'State Exp'.
 interface StateMachine
          A representation of the model object 'State Machine'.
 interface Stereotype
          A representation of the model object 'Stereotype'.
 interface StringLiteralExp
          A representation of the model object 'String Literal Exp'.
 interface TemplateableElement
          A representation of the model object 'Templateable Element'.
 interface TemplateBinding
          A representation of the model object 'Template Binding'.
 interface TemplateParameter
          A representation of the model object 'Template Parameter'.
 interface TemplateParameterSubstitution
          A representation of the model object 'Template Parameter Substitution'.
 interface TemplateParameterType
          A representation of the model object 'Template Parameter Type'.
 interface TemplateSignature
          A representation of the model object 'Template Signature'.
 interface Transition
          A representation of the model object 'Transition'.
 interface Trigger
          A representation of the model object 'Trigger'.
 interface TupleLiteralExp
          A representation of the model object 'Tuple Literal Exp'.
 interface TupleLiteralPart
          A representation of the model object 'Tuple Literal Part'.
 interface TupleType
          A representation of the model object 'Tuple Type'.
 interface Type
          A representation of the model object 'Type'.
 interface TypedElement
          A representation of the model object 'Typed Element'.
 interface TypedMultiplicityElement
          A representation of the model object 'Typed Multiplicity Element'.
 interface TypeExp
          A representation of the model object 'Type Exp'.
 interface TypeExtension
          A representation of the model object 'Type Extension'.
 interface TypeTemplateParameter
          A representation of the model object 'Type Template Parameter'.
 interface UnlimitedNaturalLiteralExp
          A representation of the model object 'Unlimited Natural Literal Exp'.
 interface UnspecifiedType
          A representation of the model object 'Unspecified Type'.
 interface UnspecifiedValueExp
          A representation of the model object 'Unspecified Value Exp'.
 interface ValueSpecification
          A representation of the model object 'Value Specification'.
 interface Variable
          A representation of the model object 'Variable'.
 interface VariableDeclaration
          A representation of the model object 'Variable Declaration'.
 interface VariableExp
          A representation of the model object 'Variable Exp'.
 interface Vertex
          A representation of the model object 'Vertex'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type Visitable
 org.eclipse.emf.ecore.EObject Pivot2EcoreTypeRefVisitor.safeVisit(Visitable v)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visiting(Visitable visitable)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visiting(Visitable visitable)
           
 org.eclipse.emf.ecore.EClassifier Pivot2EcoreTypeRefVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type Visitable
 java.lang.Object EvaluationVisitorImpl.safeVisit(Visitable v)
           
 java.lang.Object AbstractEvaluationVisitorDecorator.visiting(Visitable visitable)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement Visitable
 class AnnotationImpl
          An implementation of the model object 'Annotation'.
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 class AssociationClassImpl
          An implementation of the model object 'Association Class'.
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class BehaviorImpl
          An implementation of the model object 'Behavior'.
 class BooleanLiteralExpImpl
          An implementation of the model object 'Boolean Literal Exp'.
 class CallExpImpl
          An implementation of the model object 'Call Exp'.
 class CallOperationActionImpl
          An implementation of the model object 'Call Operation Action'.
 class ClassImpl
          An implementation of the model object 'Class'.
 class CollectionItemImpl
          An implementation of the model object 'Collection Item'.
 class CollectionLiteralExpImpl
          An implementation of the model object 'Collection Literal Exp'.
 class CollectionLiteralPartImpl
          An implementation of the model object 'Collection Literal Part'.
 class CollectionRangeImpl
          An implementation of the model object 'Collection Range'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 class CommentImpl
          An implementation of the model object 'Comment'.
 class ConnectionPointReferenceImpl
          An implementation of the model object 'Connection Point Reference'.
 class ConstraintImpl
          An implementation of the model object 'Constraint'.
 class ConstructorExpImpl
          An implementation of the model object 'Constructor Exp'.
 class ConstructorPartImpl
          An implementation of the model object 'Constructor Part'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class DetailImpl
          An implementation of the model object 'Detail'.
 class DynamicElementImpl
          An implementation of the model object 'Dynamic Element'.
 class DynamicPropertyImpl
          An implementation of the model object 'Dynamic Property'.
 class DynamicTypeImpl
          An implementation of the model object 'Dynamic Type'.
 class ElementExtensionImpl
          An implementation of the model object 'Applied Stereotype'.
 class ElementImpl
          An implementation of the model object 'Element'.
 class EnumerationImpl
          An implementation of the model object 'Enumeration'.
 class EnumerationLiteralImpl
          An implementation of the model object 'Enumeration Literal'.
 class EnumLiteralExpImpl
          An implementation of the model object 'Enum Literal Exp'.
 class ExpressionInOCLImpl
          An implementation of the model object 'Expression In Ocl'.
 class FeatureCallExpImpl
          An implementation of the model object 'Feature Call Exp'.
 class FeatureImpl
          An implementation of the model object 'Feature'.
 class FinalStateImpl
          An implementation of the model object 'Final State'.
 class IfExpImpl
          An implementation of the model object 'If Exp'.
 class ImportImpl
          An implementation of the model object 'Import'.
 class IntegerLiteralExpImpl
          An implementation of the model object 'Integer Literal Exp'.
 class InvalidLiteralExpImpl
          An implementation of the model object 'Invalid Literal Exp'.
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'.
 class IterateExpImpl
          An implementation of the model object 'Iterate Exp'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class IteratorExpImpl
          An implementation of the model object 'Iterator Exp'.
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 class LetExpImpl
          An implementation of the model object 'Let Exp'.
 class LibraryImpl
          An implementation of the model object 'Library'.
 class LiteralExpImpl
          An implementation of the model object 'Literal Exp'.
 class LoopExpImpl
          An implementation of the model object 'Loop Exp'.
 class MessageExpImpl
          An implementation of the model object 'Message Exp'.
 class MessageTypeImpl
          An implementation of the model object 'Message Type'.
 class MetaclassImpl<T>
          An implementation of the model object 'Classifier Type'.
 class NamedElementImpl
          An implementation of the model object 'Named Element'.
 class NamespaceImpl
          An implementation of the model object 'Namespace'.
 class NavigationCallExpImpl
          An implementation of the model object 'Navigation Call Exp'.
 class NullLiteralExpImpl
          An implementation of the model object 'Null Literal Exp'.
 class NumericLiteralExpImpl
          An implementation of the model object 'Numeric Literal Exp'.
 class OCLExpressionImpl
          An implementation of the model object 'Ocl Expression'.
 class OpaqueExpressionImpl
          An implementation of the model object 'Opaque Expression'.
 class OperationCallExpImpl
          An implementation of the model object 'Operation Call Exp'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class OperationTemplateParameterImpl
          An implementation of the model object 'Operation Template Parameter'.
 class OppositePropertyCallExpImpl
          An implementation of the model object 'Opposite Property Call Exp'.
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 class PackageableElementImpl
          An implementation of the model object 'Packageable Element'.
 class PackageImpl
          An implementation of the model object 'Package'.
 class ParameterableElementImpl
          An implementation of the model object 'Parameterable Element'.
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class PrecedenceImpl
          An implementation of the model object 'Precedence'.
 class PrimitiveLiteralExpImpl
          An implementation of the model object 'Primitive Literal Exp'.
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 class ProfileApplicationImpl
          An implementation of the model object 'Profile Application'.
 class ProfileImpl
          An implementation of the model object 'Profile'.
 class PropertyCallExpImpl
          An implementation of the model object 'Property Call Exp'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class PseudostateImpl
          An implementation of the model object 'Pseudostate'.
 class RealLiteralExpImpl
          An implementation of the model object 'Real Literal Exp'.
 class RegionImpl
          An implementation of the model object 'Region'.
 class RootImpl
          An implementation of the model object 'Root'.
 class SelfTypeImpl
          An implementation of the model object 'Self Type'.
 class SendSignalActionImpl
          An implementation of the model object 'Send Signal Action'.
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 class SignalImpl
          An implementation of the model object 'Signal'.
 class StateExpImpl
          An implementation of the model object 'State Exp'.
 class StateImpl
          An implementation of the model object 'State'.
 class StateMachineImpl
          An implementation of the model object 'State Machine'.
 class StereotypeImpl
          An implementation of the model object 'Stereotype'.
 class StringLiteralExpImpl
          An implementation of the model object 'String Literal Exp'.
 class TemplateableElementImpl
          An implementation of the model object 'Templateable Element'.
 class TemplateBindingImpl
          An implementation of the model object 'Template Binding'.
 class TemplateParameterImpl
          An implementation of the model object 'Template Parameter'.
 class TemplateParameterSubstitutionImpl
          An implementation of the model object 'Template Parameter Substitution'.
 class TemplateParameterTypeImpl
          An implementation of the model object 'Template Parameter Type'.
 class TemplateSignatureImpl
          An implementation of the model object 'Template Signature'.
 class TransitionImpl
          An implementation of the model object 'Transition'.
 class TriggerImpl
          An implementation of the model object 'Trigger'.
 class TupleLiteralExpImpl
          An implementation of the model object 'Tuple Literal Exp'.
 class TupleLiteralPartImpl
          An implementation of the model object 'Tuple Literal Part'.
 class TuplePartImpl
           
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 class TypedElementImpl
          An implementation of the model object 'Typed Element'.
 class TypedMultiplicityElementImpl
          An implementation of the model object 'Typed Multiplicity Element'.
 class TypeExpImpl
          An implementation of the model object 'Type Exp'.
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'.
 class TypeImpl
          An implementation of the model object 'Type'.
 class TypeTemplateParameterImpl
          An implementation of the model object 'Type Template Parameter'.
 class UnlimitedNaturalLiteralExpImpl
          An implementation of the model object 'Unlimited Natural Literal Exp'.
 class UnspecifiedTypeImpl
          An implementation of the model object 'Unspecified Type'.
 class UnspecifiedValueExpImpl
          An implementation of the model object 'Unspecified Value Exp'.
 class ValueSpecificationImpl
          An implementation of the model object 'Value Specification'.
 class VariableDeclarationImpl
          An implementation of the model object 'Variable Declaration'.
 class VariableExpImpl
          An implementation of the model object 'Variable Exp'.
 class VariableImpl
          An implementation of the model object 'Variable'.
 class VertexImpl
          An implementation of the model object 'Vertex'.
 class VoidTypeImpl
          An implementation of the model object 'Void Type'.
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.manager
 

Classes in org.eclipse.ocl.examples.pivot.manager that implement Visitable
 class Orphanage
          An Orphanage provides a Package that weakly contains elements such as type specializations that should require a container for the purposes of validation, but which should be eligible for garbage collection whenever no longer in use.
static class TupleTypeManager.TuplePart
          TuplePart provides a convenient descriptor for a tuple part complying with the full EMF model protocols.
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type Visitable
 java.lang.String TemplateParameterReferenceVisitor.visiting(Visitable visitable)
           
 java.lang.String TemplateParameterSubstitutionVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type Visitable
 java.lang.Object PrettyPrintVisitor.safeVisit(Visitable element)
           
 java.lang.String PrettyPrintVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type Visitable
 org.eclipse.uml2.uml.Element Pivot2UMLDeclarationVisitor.visiting(Visitable visitable)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type Visitable
protected  R AbstractWrappingVisitor.badVisit(Visitable visitable, P prologue, java.lang.Throwable e)
          Intercept an exception thrown by the delegated visit to perform some post-functionality that may use the visitable object, the result of preVisit and the thrown exception to determine the overall wrapped result.
 T1 PivotSwitch.caseVisitable(Visitable object)
          Returns the result of interpreting the object as an instance of 'Visitable'.
protected  R AbstractWrappingVisitor.postVisit(Visitable visitable, P prologue, R result)
          Intercept the result of the delegated visit to perform some post-functionality that may use the visitable object, the result of preVisit and the result of the delegated visit to determine the overall wrapped result.
protected  P AbstractWrappingVisitor.preVisit(Visitable visitable)
          Compute and return some value before performing the delegated visit.
 R AbstractVisitor.safeVisit(Visitable v)
          A null-safe visitation of the specified visitable.
 boolean PivotValidator.validateVisitable(Visitable visitable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractVisitor.visit(Visitable v)
          Perform a visit to the specified visitable.
 R AbstractDelegatingVisitor.visiting(Visitable visitable)
           
 R AbstractWrappingVisitor.visiting(Visitable visitable)
           
 R Visitor.visiting(Visitable visitable)
          Return the result of visiting a visitable for which no more specific pivot type method is available.
 

Uses of Visitable in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type Visitable
 java.lang.String ToStringVisitor.safeVisit(Visitable v)
          A null-safe visitation of the specified visitable, appending any generted text to the toStringVisitor context.
 java.lang.Object AS2MonikerVisitor.visiting(Visitable visitable)
           
 java.lang.Boolean AS2XMIidVisitor.visiting(Visitable visitable)
           
 java.lang.Object ASSaverLocateVisitor.visiting(Visitable visitable)
           
 java.lang.Object ASSaverNormalizeVisitor.visiting(Visitable visitable)
           
 java.lang.Object ASSaverResolveVisitor.visiting(Visitable visitable)
           
 java.lang.String ToStringVisitor.visiting(Visitable visitable)
           
 

Uses of Visitable in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type Visitable
 ElementCS BaseDeclarationVisitor.visiting(Visitable visitable)
           
 ElementCS BaseReferenceVisitor.visiting(Visitable visitable)