示例#1
0
 protected VccScopedName(BlockStatement containingBlock, VccScopedName template)
     : base(containingBlock, template)
 {
 }
示例#2
0
 public VccScopedTypeExpression(VccScopedName typeExpression)
     : base(typeExpression)
 {
 }
示例#3
0
 public ScopedTypeNameSpecifier(VccScopedName scopedName)
     : base(scopedName.SourceLocation)
 {
     this.ScopedName = scopedName;
 }