MetaType
enum MetaType {
  ObjectInstance = "OBJECT-INSTANCE",
  ObjectReference = "OBJECT-REFERENCE",
  FunctionDeclaration = "FUNCTION-DECLARATION",
  FunctionCall = "FUNCTION-CALL",
  Argument = "ARGUMENT",
  Connection = "CONNECTION",
  Comment = "COMMENT",
}