public MethodHeader(Result returnType, MethodDeclarator methodDeclarator) { this.returnType = returnType; this.methodDeclarator = methodDeclarator; }
public MethodHeader(Type result, MethodDeclarator methodDeclarator) { this.methodDeclarator = methodDeclarator; }
public MethodHeader(VoidType TypeOfMethod, MethodDeclarator methoddeclarator) { this.TypeOfMethod = TypeOfMethod; this.methoddeclarator = methoddeclarator; }