Babel.Compiler.ClassDefinition.ClassDefinition C# (CSharp) Method

ClassDefinition() public method

public ClassDefinition ( string name, ClassKind kind, TypedNodeList typeParameters, TypedNodeList supertypes, Location location ) : System
name string
kind ClassKind
typeParameters TypedNodeList
supertypes TypedNodeList
location Location
return System
        public ClassDefinition(string name, ClassKind kind,
                               TypedNodeList typeParameters,
                               TypedNodeList supertypes,
                               Location location)
            : this(name, kind, typeParameters, supertypes, null, location)
        {
        }

Same methods

ClassDefinition::ClassDefinition ( string name, ClassKind kind, TypedNodeList typeParameters, TypedNodeList supertypes, TypedNodeList subtypes, Location location ) : System