Beispiel #1
0
        public static MetaInfo GetMetaInfo(AstNode astNode)
        {
            MetaInfoFinder metaInfoFinder = new MetaInfoFinder();

            metaInfoFinder.Visit(astNode);
            return(metaInfoFinder.GetMetaInfo());
        }
Beispiel #2
0
		public static MetaInfo GetMetaInfo(AstNode astNode)
		{
			MetaInfoFinder metaInfoFinder = new MetaInfoFinder();
			metaInfoFinder.Visit(astNode);
			return metaInfoFinder.GetMetaInfo();
		}