IntExpression () // For virtual inheritance only.
 {
   type_info (static_type_info ());
 }
Beispiel #2
0
 ValueTypePublicMember (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #3
0
 Attribute () // For virtual inheritance only.
 {
   type_info (static_type_info ());
 }
 EventType () // For virtual inheritance only.
 {
   type_info (static_type_info ());
 }
 ConcreteEventType (Path const& path, unsigned long line)
     : Node (path, line), ConcreteValueType (path, line)
 {
   type_info (static_type_info ());
 }
 TwoWayOperation (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
 Returns ()
 {
   type_info (static_type_info ());
 }
 IntInclusivelyDisjuncts ()
 {
   type_info (static_type_info ());
 }
Beispiel #9
0
 Includes (Path const& file)
     : file_ (file)
 {
   type_info (static_type_info ());
 }
 IntShifts ()
 {
   type_info (static_type_info ());
 }
 IntConjuncts ()
 {
   type_info (static_type_info ());
 }
 IntSubtracts ()
 {
   type_info (static_type_info ());
 }
 IntAdds ()
 {
   type_info (static_type_info ());
 }
 IntDivides ()
 {
   type_info (static_type_info ());
 }
 Parameter (std::string const& name) // For virtual inheritance only.
     : name_ (name)
 {
   type_info (static_type_info ());
 }
Beispiel #16
0
 BracketIncludes (Path const& file)
     : Includes (file)
 {
   type_info (static_type_info ());
 }
 Operation () // For virtual inheritance only.
 {
   type_info (static_type_info ());
 }
Beispiel #18
0
 TranslationUnit (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
 Receives ()
 {
   type_info (static_type_info ());
 }
Beispiel #20
0
 ContainsPrincipal ()
 {
   type_info (static_type_info ());
 }
 BoundedSequence (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #22
0
 ContainsImplied (std::string const& name = "")
     : name_ (name)
 {
   type_info (static_type_info ());
 }
 AbstractEventType (Path const& path, unsigned long line)
     : Node (path, line), AbstractValueType (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #24
0
 ContainsRoot ()
 {
   type_info (static_type_info ());
 }
Beispiel #25
0
 ValueTypeMember () // For virtual inheritance only.
 {
   type_info (static_type_info ());
 }
Beispiel #26
0
 Enum (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #27
0
 WriteAttribute (Path const& path, unsigned long line)
     : Node (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #28
0
 Enumerator (Path const& path, unsigned long line)
     : Node (path, line), IntConst (path, line)
 {
   type_info (static_type_info ());
 }
Beispiel #29
0
 GetRaises ()
 {
   type_info (static_type_info ());
 }
 IntMultiplies ()
 {
   type_info (static_type_info ());
 }